summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-01-27 17:06:21 +0100
committerChristian Göttsche <cgzones@googlemail.com>2021-01-27 17:06:21 +0100
commit211121f060114bba5120538b77c8b94652d358df (patch)
treeaffb73e1562816427ce5ac332b0219af47c3f7cf /Action.c
parentd77703b3dcccfd086e60f40c23df9a2647840681 (diff)
Drop invalid todo
The surrounding code has nothing to do with colors
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c1
1 files changed, 0 insertions, 1 deletions
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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy