aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-15 11:24:30 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-15 11:24:30 +0100
commit031d4864a94cd7c042fe96a2d236bccde83655e7 (patch)
tree29ce25dd1efce62c452d5fc39c45379da955ad6c /tmux.h
parent2cf967ee6786776675634459eefdff3dd7d7b778 (diff)
downloadrtmux-031d4864a94cd7c042fe96a2d236bccde83655e7.tar.gz
rtmux-031d4864a94cd7c042fe96a2d236bccde83655e7.tar.bz2
rtmux-031d4864a94cd7c042fe96a2d236bccde83655e7.zip
Rename KEYC_ESCAPE to KEYC_META.
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 22baa560..9c27944b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -120,7 +120,7 @@ struct winlink;
#define KEYC_USER 0x0002000000000ULL
/* Key modifier bits. */
-#define KEYC_ESCAPE 0x0100000000000ULL
+#define KEYC_META 0x0100000000000ULL
#define KEYC_CTRL 0x0200000000000ULL
#define KEYC_SHIFT 0x0400000000000ULL
#define KEYC_XTERM 0x0800000000000ULL