Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-03-12 10:02:39 +00:00
3 changed files with 36 additions and 19 deletions

1
tmux.h
View File

@ -519,6 +519,7 @@ struct msg_stderr_data {
#define MODE_BRACKETPASTE 0x400
#define MODE_FOCUSON 0x800
#define MODE_MOUSE_ALL 0x1000
#define MODE_ORIGIN 0x2000
#define ALL_MODES 0xffffff
#define ALL_MOUSE_MODES (MODE_MOUSE_STANDARD|MODE_MOUSE_BUTTON|MODE_MOUSE_ALL)