Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-07-26 18:01:16 +01:00
4 changed files with 130 additions and 107 deletions

5
tmux.h
View File

@ -87,6 +87,11 @@ struct tmuxproc;
#define BELL_CURRENT 2
#define BELL_OTHER 3
/* Visual option values. */
#define VISUAL_OFF 0
#define VISUAL_ON 1
#define VISUAL_BOTH 2
/* Special key codes. */
#define KEYC_NONE 0xffff00000000ULL
#define KEYC_UNKNOWN 0xfffe00000000ULL