mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 21:14:35 +03:00
Restore highlighted header of current sorted process column
This commit is contained in:

committed by
cgzones

parent
0672be7db1
commit
86d2931255
@ -141,7 +141,7 @@ void ScreenManager_run(ScreenManager* this, Panel** lastFocus, int* lastKey) {
|
||||
|
||||
bool timedOut = true;
|
||||
bool redraw = true;
|
||||
bool force_redraw = false;
|
||||
bool force_redraw = true;
|
||||
bool rescan = false;
|
||||
int sortTimeout = 0;
|
||||
int resetSortTimeout = 5;
|
||||
|
Reference in New Issue
Block a user