Add explicit keys for the bracketed paste sequences, both to avoid mix

ups with other keys and to make logs clearer.
This commit is contained in:
nicm
2017-06-12 07:04:24 +00:00
parent adcd5aff6f
commit 8037159f93
4 changed files with 16 additions and 0 deletions

4
tmux.h
View File

@ -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 */