aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-11-04 16:01:11 +0000
committerThomas Adam <thomas@xteddy.org>2016-11-04 16:01:11 +0000
commit1de107c40502a713a68450f93d26171a8cbdbef4 (patch)
treeca0078b03cf267667638550efc817dc1dbc74aa7 /tmux.h
parenta44024a795164d627833450133c6275dfcdba0b3 (diff)
parent353439aceeed6ab311a74fc38f15276f72c654a4 (diff)
downloadrtmux-1de107c40502a713a68450f93d26171a8cbdbef4.tar.gz
rtmux-1de107c40502a713a68450f93d26171a8cbdbef4.tar.bz2
rtmux-1de107c40502a713a68450f93d26171a8cbdbef4.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 2f8d9859..cd68935c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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