aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index aaafd2e7..e71f9481 100644
--- a/tmux.h
+++ b/tmux.h
@@ -136,6 +136,9 @@ enum {
KEYC_FOCUS_IN = KEYC_BASE,
KEYC_FOCUS_OUT,
+ /* "Any" key, used if not found in key table. */
+ KEYC_ANY,
+
/* Paste brackets. */
KEYC_PASTE_START,
KEYC_PASTE_END,