aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-12-12 18:19:00 +0000
committernicm <nicm>2015-12-12 18:19:00 +0000
commit39cf9c9d31954198ad73e2b6721a92fe782ee56c (patch)
tree8b2a0238d0d1ccf01232a2f45560dd5b0c9259fe /tmux.h
parent88bc8f3528b973adb17f541e21aa415923a10f1e (diff)
downloadrtmux-39cf9c9d31954198ad73e2b6721a92fe782ee56c.tar.gz
rtmux-39cf9c9d31954198ad73e2b6721a92fe782ee56c.tar.bz2
rtmux-39cf9c9d31954198ad73e2b6721a92fe782ee56c.zip
Allow prefix and prefix2 to be set to None to disable (useful if you
would rather bind the prefix in the root table).
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 60d16fe3..d5e5d822 100644
--- a/tmux.h
+++ b/tmux.h
@@ -85,6 +85,7 @@ struct tmuxproc;
/* Special key codes. */
#define KEYC_NONE 0xffff00000000ULL
+#define KEYC_UNKNOWN 0xfffe00000000ULL
#define KEYC_BASE 0x100000000000ULL
/* Key modifier bits. */