diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-15 11:24:30 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-15 11:24:30 +0100 |
commit | 031d4864a94cd7c042fe96a2d236bccde83655e7 (patch) | |
tree | 29ce25dd1efce62c452d5fc39c45379da955ad6c /tmux.h | |
parent | 2cf967ee6786776675634459eefdff3dd7d7b778 (diff) | |
download | rtmux-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |