summaryrefslogtreecommitdiffstats
path: root/Action.h
diff options
context:
space:
mode:
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 68aa2e2e..12519119 100644
--- a/Action.h
+++ b/Action.h
@@ -38,6 +38,7 @@ typedef struct State_ {
Panel* panel;
Header* header;
bool pauseProcessUpdate;
+ bool hideProcessSelection;
} State;
typedef Htop_Reaction (*Htop_Action)(State* st);