mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Complete cursor-based movement of headers.
This commit is contained in:
@ -231,7 +231,9 @@ void ScreenManager_run(ScreenManager* this, Panel** lastFocus, int* lastKey) {
|
||||
}
|
||||
if (Panel_eventHandlerFn(panelFocus)) {
|
||||
HandlerResult result = Panel_eventHandler(panelFocus, ch);
|
||||
//fprintf(stderr, "eventResult=%d ", result);
|
||||
if (result & SYNTH_KEY) {
|
||||
ch = result >> 16;
|
||||
}
|
||||
if (result & REFRESH) {
|
||||
doRefresh = true;
|
||||
sortTimeout = 0;
|
||||
|
Reference in New Issue
Block a user