aboutsummaryrefslogtreecommitdiff
path: root/src/hotkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hotkey.h')
-rw-r--r--src/hotkey.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hotkey.h b/src/hotkey.h
index 4611b09..6b6e92a 100644
--- a/src/hotkey.h
+++ b/src/hotkey.h
@@ -64,6 +64,7 @@ struct mode
char *name;
char *command;
bool capture;
+ bool initialized;
struct table hotkey_map;
};