diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-11-04 16:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-11-04 16:01:11 +0000 |
commit | 1de107c40502a713a68450f93d26171a8cbdbef4 (patch) | |
tree | ca0078b03cf267667638550efc817dc1dbc74aa7 /tmux.h | |
parent | a44024a795164d627833450133c6275dfcdba0b3 (diff) | |
parent | 353439aceeed6ab311a74fc38f15276f72c654a4 (diff) | |
download | rtmux-1de107c40502a713a68450f93d26171a8cbdbef4.tar.gz rtmux-1de107c40502a713a68450f93d26171a8cbdbef4.tar.bz2 rtmux-1de107c40502a713a68450f93d26171a8cbdbef4.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ struct tmuxproc; /* Special key codes. */ #define KEYC_NONE 0xffff00000000ULL #define KEYC_UNKNOWN 0xfffe00000000ULL -#define KEYC_BASE 0x100000000000ULL +#define KEYC_BASE 0x000010000000ULL /* Key modifier bits. */ #define KEYC_ESCAPE 0x200000000000ULL |