aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2022-11-01 09:54:13 +0000
committernicm <nicm>2022-11-01 09:54:13 +0000
commit2d08235987efa1e2f9c932c4a5c8a0200b4804c1 (patch)
treeb3f4e2021a7ddbe7935e036833bac32114bb54d9 /tmux.h
parent22910451162c5c1ffe5505ca7c9b1b8cc99ba187 (diff)
downloadrtmux-2d08235987efa1e2f9c932c4a5c8a0200b4804c1.tar.gz
rtmux-2d08235987efa1e2f9c932c4a5c8a0200b4804c1.tar.bz2
rtmux-2d08235987efa1e2f9c932c4a5c8a0200b4804c1.zip
Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368.
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 a0f9f461..6cb6cc96 100644
--- a/tmux.h
+++ b/tmux.h
@@ -137,6 +137,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