From 211121f060114bba5120538b77c8b94652d358df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 27 Jan 2021 17:06:21 +0100 Subject: [PATCH] Drop invalid todo The surrounding code has nothing to do with colors --- Action.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Action.c b/Action.c index 0b5c8990..4efb7e3d 100644 --- a/Action.c +++ b/Action.c @@ -361,7 +361,6 @@ Htop_Reaction Action_follow(State* st) { static Htop_Reaction actionSetup(State* st) { Action_runSetup(st); - // TODO: shouldn't need this, colors should be dynamic int headerHeight = Header_calculateHeight(st->header); Panel_move(st->panel, 0, headerHeight); Panel_resize(st->panel, COLS, LINES-headerHeight-1);