Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-06-12 10:01:15 +01:00
4 changed files with 16 additions and 0 deletions

4
tmux.h
View File

@ -131,6 +131,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 */