diff options
author | nicm <nicm> | 2017-06-12 07:04:24 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-06-12 07:04:24 +0000 |
commit | 8037159f937def4bb71dbfb8d664a96de794014f (patch) | |
tree | af92955555dbdf03f4983f50eb4fe48381c3172a /tmux.h | |
parent | adcd5aff6fb86036ef736c10b04005da77a465f6 (diff) | |
download | rtmux-8037159f937def4bb71dbfb8d664a96de794014f.tar.gz rtmux-8037159f937def4bb71dbfb8d664a96de794014f.tar.bz2 rtmux-8037159f937def4bb71dbfb8d664a96de794014f.zip |
Add explicit keys for the bracketed paste sequences, both to avoid mix
ups with other keys and to make logs clearer.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -127,6 +127,10 @@ enum { KEYC_FOCUS_IN = KEYC_BASE, KEYC_FOCUS_OUT, + /* Paste brackets. */ + KEYC_PASTE_START, + KEYC_PASTE_END, + /* Mouse keys. */ KEYC_MOUSE, /* unclassified mouse event */ KEYC_DRAGGING, /* dragging in progress */ |