summaryrefslogtreecommitdiffstats
path: root/MainPanel.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-12-15 16:59:07 +0100
committerChristian Göttsche <cgzones@googlemail.com>2020-12-16 19:12:50 +0100
commitedd6130be73d1cb847f65b06409ac6e0b9cd9d61 (patch)
treee2e357934100c6a06e965ef5dc90e9fe37b4803f /MainPanel.c
parent107e3c8aa5322cc1aa34fe54fe36c34789300ce8 (diff)
MainPanel: use actual KEY_RESIZE instead of KEY_SHUFFLE
KEY_RESIZE (0632) is equal to KEY_SHUFFLE (0x19a)
Diffstat (limited to 'MainPanel.c')
-rw-r--r--MainPanel.c2
1 files changed, 1 insertions, 1 deletions
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)) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy