diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-06-28 14:01:13 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-06-28 14:01:13 +0100 |
commit | 336beeb09afcc8f381062da49a4c23c6d16a9833 (patch) | |
tree | f8a9e6817fe5b84b52b1dd9ee4086a1099895460 /tmux.h | |
parent | 1ca920bbebd5fb418089752aa595e4e5696e28bc (diff) | |
parent | a00b0d13ede4a0f3743606c79a38eada403f77f9 (diff) | |
download | rtmux-336beeb09afcc8f381062da49a4c23c6d16a9833.tar.gz rtmux-336beeb09afcc8f381062da49a4c23c6d16a9833.tar.bz2 rtmux-336beeb09afcc8f381062da49a4c23c6d16a9833.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -98,8 +98,8 @@ struct tmuxproc; /* Key modifier bits. */ #define KEYC_ESCAPE 0x200000000000ULL -#define KEYC_CTRL 0x400000000000ULL -#define KEYC_SHIFT 0x800000000000ULL +#define KEYC_CTRL 0x400000000000ULL +#define KEYC_SHIFT 0x800000000000ULL #define KEYC_XTERM 0x1000000000000ULL /* Mask to obtain key w/o modifiers. */ |