mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Add user-keys option to allow user-defined keys to be set, from Dan
Aloni.
This commit is contained in:
4
tmux.h
4
tmux.h
@ -87,6 +87,10 @@ struct tmuxproc;
|
||||
#define KEYC_NONE 0xffff00000000ULL
|
||||
#define KEYC_UNKNOWN 0xfffe00000000ULL
|
||||
#define KEYC_BASE 0x000010000000ULL
|
||||
#define KEYC_USER 0x000020000000ULL
|
||||
|
||||
/* Available user keys. */
|
||||
#define KEYC_NUSER 1000
|
||||
|
||||
/* Key modifier bits. */
|
||||
#define KEYC_ESCAPE 0x200000000000ULL
|
||||
|
Reference in New Issue
Block a user