Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-05-20 12:19:23 +01:00
2 changed files with 23 additions and 1 deletions

1
tmux.h
View File

@@ -1698,6 +1698,7 @@ struct tty {
#define TTY_WINSIZEQUERY 0x1000
#define TTY_WAITFG 0x2000
#define TTY_WAITBG 0x4000
#define TTY_BRACKETPASTE 0x8000
#define TTY_ALL_REQUEST_FLAGS \
(TTY_HAVEDA|TTY_HAVEDA2|TTY_HAVEXDA)
int flags;