mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +00:00
Apply the xterm key flag when needed for send-keys, fixes problem
reported by Franky Spamschleuder.
This commit is contained in:
4
tmux.h
4
tmux.h
@ -94,8 +94,8 @@ struct tmuxproc;
|
||||
|
||||
/* Key modifier bits. */
|
||||
#define KEYC_ESCAPE 0x200000000000ULL
|
||||
#define KEYC_CTRL 0x400000000000ULL
|
||||
#define KEYC_SHIFT 0x800000000000ULL
|
||||
#define KEYC_CTRL 0x400000000000ULL
|
||||
#define KEYC_SHIFT 0x800000000000ULL
|
||||
#define KEYC_XTERM 0x1000000000000ULL
|
||||
|
||||
/* Mask to obtain key w/o modifiers. */
|
||||
|
Reference in New Issue
Block a user