aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-06-23 18:01:11 +0100
committerThomas Adam <thomas@xteddy.org>2017-06-23 18:01:11 +0100
commit6995497e5b66e090f25e85fbb207f033f7790199 (patch)
tree612589ffe3561d03b04f34940dccfc2778c4c15f /tmux.h
parenta61200776de8218306730e2325cd29d013861e4c (diff)
parent95ed7d48c84198da0ec4b1b9b5de9358a47da753 (diff)
downloadrtmux-6995497e5b66e090f25e85fbb207f033f7790199.tar.gz
rtmux-6995497e5b66e090f25e85fbb207f033f7790199.tar.bz2
rtmux-6995497e5b66e090f25e85fbb207f033f7790199.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 7b2476b0..511e1c63 100644
--- a/tmux.h
+++ b/tmux.h
@@ -91,6 +91,10 @@ struct tmuxproc;
#define KEYC_NONE 0xffff00000000ULL
#define KEYC_UNKNOWN 0xfffe00000000ULL
#define KEYC_BASE 0x000010000000ULL
+#define KEYC_USER 0x000020000000ULL
+
+/* Available user keys. */
+#define KEYC_NUSER 1000
/* Key modifier bits. */
#define KEYC_ESCAPE 0x200000000000ULL