summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-08-21 20:48:45 +0200
committerBenBE <BenBE@geshi.org>2021-08-22 10:40:59 +0200
commit68f2bfea619a454b5de1431689eb086cf13f5ceb (patch)
tree9c75b625e2aac6035aad2cdc9a51be863d26c59e /Panel.h
parentb9e69223d02287f75c24c3f5be869a04979e5b17 (diff)
Abstract resize handling by adding a new Htop reaction
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Panel.h b/Panel.h
index 96c138d1..40080da1 100644
--- a/Panel.h
+++ b/Panel.h
@@ -26,7 +26,8 @@ typedef enum HandlerResult_ {
REFRESH = 0x08,
REDRAW = 0x10,
RESCAN = 0x20,
- SYNTH_KEY = 0x40,
+ RESIZE = 0x40,
+ SYNTH_KEY = 0x80,
} HandlerResult;
#define EVENT_SET_SELECTED (-1)

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