mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +00:00
Rename KEYC_ESCAPE to KEYC_META.
This commit is contained in:
2
tmux.h
2
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
|
||||
|
Reference in New Issue
Block a user