From 8037159f937def4bb71dbfb8d664a96de794014f Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 12 Jun 2017 07:04:24 +0000 Subject: Add explicit keys for the bracketed paste sequences, both to avoid mix ups with other keys and to make logs clearer. --- tmux.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index f97caf33..e8f75aff 100644 --- a/tmux.h +++ b/tmux.h @@ -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 */ -- cgit