mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
handle clicks on panel header line
This commit is contained in:
@ -78,7 +78,7 @@ static HandlerResult CategoriesPanel_eventHandler(Panel* super, int ch) {
|
||||
|
||||
int selected = Panel_getSelectedIndex(super);
|
||||
switch (ch) {
|
||||
case EVENT_SETSELECTED:
|
||||
case EVENT_SET_SELECTED:
|
||||
result = HANDLED;
|
||||
break;
|
||||
case KEY_UP:
|
||||
|
Reference in New Issue
Block a user