Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2018-07-16 11:02:25 +01:00
3 changed files with 13 additions and 2 deletions

3
tmux.h
View File

@ -140,6 +140,9 @@ enum {
KEYC_FOCUS_IN = KEYC_BASE,
KEYC_FOCUS_OUT,
/* "Any" key, used if not found in key table. */
KEYC_ANY,
/* Paste brackets. */
KEYC_PASTE_START,
KEYC_PASTE_END,