mirror of https://github.com/xzeldon/htop.git
Drop invalid todo
The surrounding code has nothing to do with colors
This commit is contained in:
parent
d77703b3dc
commit
211121f060
1
Action.c
1
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);
|
||||
|
|
Loading…
Reference in New Issue