summaryrefslogtreecommitdiffstats
path: root/Action.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 /Action.h
parentb9e69223d02287f75c24c3f5be869a04979e5b17 (diff)
Abstract resize handling by adding a new Htop reaction
Diffstat (limited to 'Action.h')
-rw-r--r--Action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Action.h b/Action.h
index 4fb800f5..99e82be5 100644
--- a/Action.h
+++ b/Action.h
@@ -30,6 +30,7 @@ typedef enum {
HTOP_QUIT = 0x10,
HTOP_REDRAW_BAR = 0x20,
HTOP_UPDATE_PANELHDR = 0x40 | HTOP_REFRESH,
+ HTOP_RESIZE = 0x80 | HTOP_REFRESH | HTOP_REDRAW_BAR | HTOP_UPDATE_PANELHDR,
} Htop_Reaction;
struct MainPanel_;

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