aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-06-28 14:01:13 +0100
committerThomas Adam <thomas@xteddy.org>2017-06-28 14:01:13 +0100
commit336beeb09afcc8f381062da49a4c23c6d16a9833 (patch)
treef8a9e6817fe5b84b52b1dd9ee4086a1099895460 /tmux.h
parent1ca920bbebd5fb418089752aa595e4e5696e28bc (diff)
parenta00b0d13ede4a0f3743606c79a38eada403f77f9 (diff)
downloadrtmux-336beeb09afcc8f381062da49a4c23c6d16a9833.tar.gz
rtmux-336beeb09afcc8f381062da49a4c23c6d16a9833.tar.bz2
rtmux-336beeb09afcc8f381062da49a4c23c6d16a9833.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 511e1c63..e64db145 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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. */