diff options
author | nicm <nicm> | 2015-12-12 18:19:00 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-12-12 18:19:00 +0000 |
commit | 39cf9c9d31954198ad73e2b6721a92fe782ee56c (patch) | |
tree | 8b2a0238d0d1ccf01232a2f45560dd5b0c9259fe /tmux.h | |
parent | 88bc8f3528b973adb17f541e21aa415923a10f1e (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ struct tmuxproc; /* Special key codes. */ #define KEYC_NONE 0xffff00000000ULL +#define KEYC_UNKNOWN 0xfffe00000000ULL #define KEYC_BASE 0x100000000000ULL /* Key modifier bits. */ |