Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2018-08-18 23:02:40 +01:00
7 changed files with 13 additions and 21 deletions

5
tmux.h
View File

@ -942,9 +942,8 @@ struct session {
struct hooks *hooks;
struct options *options;
#define SESSION_UNATTACHED 0x1 /* not attached to any clients */
#define SESSION_PASTING 0x2
#define SESSION_ALERTED 0x4
#define SESSION_PASTING 0x1
#define SESSION_ALERTED 0x2
int flags;
u_int attached;