Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-04-18 08:01:37 +01:00
4 changed files with 18 additions and 5 deletions

1
tmux.h
View File

@ -1246,6 +1246,7 @@ struct tty {
#define TTY_BLOCK 0x80
#define TTY_HAVEDA 0x100
#define TTY_HAVEDSR 0x200
#define TTY_SYNCING 0x400
int flags;
struct tty_term *term;