Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-03-16 08:01:27 +00:00
3 changed files with 14 additions and 9 deletions

2
tmux.h
View File

@ -563,6 +563,7 @@ struct msg_write_close {
#define ALL_MODES 0xffffff
#define ALL_MOUSE_MODES (MODE_MOUSE_STANDARD|MODE_MOUSE_BUTTON|MODE_MOUSE_ALL)
#define MOTION_MOUSE_MODES (MODE_MOUSE_BUTTON|MODE_MOUSE_ALL)
/*
* A single UTF-8 character. UTF8_SIZE must be big enough to hold
@ -1119,6 +1120,7 @@ RB_HEAD(sessions, session);
/* Mouse input. */
struct mouse_event {
int valid;
int ignore;
key_code key;