Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2021-12-10 14:01:10 +00:00
3 changed files with 13 additions and 2 deletions

2
tmux.h
View File

@ -1312,7 +1312,7 @@ struct tty {
#define TTY_NOCURSOR 0x1
#define TTY_FREEZE 0x2
#define TTY_TIMER 0x4
/* 0x8 unused */
#define TTY_NOBLOCK 0x8
#define TTY_STARTED 0x10
#define TTY_OPENED 0x20
/* 0x40 unused */