aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-11-01 12:01:10 +0000
committerThomas Adam <thomas@xteddy.org>2022-11-01 12:01:10 +0000
commit36896f6dd0d49d91bcc9c398c68a33818626532c (patch)
tree81d7d54d4e135093784aa1e6c857e04b35c7b141 /tmux.h
parent9dd1f442c5a7f1d8d480476f11bc62cceab2019a (diff)
parent2d08235987efa1e2f9c932c4a5c8a0200b4804c1 (diff)
downloadrtmux-36896f6dd0d49d91bcc9c398c68a33818626532c.tar.gz
rtmux-36896f6dd0d49d91bcc9c398c68a33818626532c.tar.bz2
rtmux-36896f6dd0d49d91bcc9c398c68a33818626532c.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index f0f17eaa..e88eac0f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -138,6 +138,7 @@ struct winlink;
#define KEYC_IMPLIED_META 0x08000000000000ULL
#define KEYC_BUILD_MODIFIERS 0x10000000000000ULL
#define KEYC_VI 0x20000000000000ULL
+#define KEYC_EXTENDED 0x40000000000000ULL
/* Masks for key bits. */
#define KEYC_MASK_MODIFIERS 0x00f00000000000ULL