diff --git a/MainPanel.c b/MainPanel.c index 97ec688b..6c0c9fd1 100644 --- a/MainPanel.c +++ b/MainPanel.c @@ -51,7 +51,7 @@ static HandlerResult MainPanel_eventHandler(Panel* super, int ch) { Htop_Reaction reaction = HTOP_OK; - if (ch != ERR && ch != /* KEY_SHUFFLE */ 0x19a) + if (ch != ERR && ch != KEY_RESIZE) this->state->hideProcessSelection = false; if (EVENT_IS_HEADER_CLICK(ch)) {