mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Increase delay for foreground and background queries as well as device
attributes, GitHub issue 4541.
This commit is contained in:
8
tmux.h
8
tmux.h
@ -1529,13 +1529,15 @@ struct tty {
|
||||
#define TTY_OPENED 0x20
|
||||
#define TTY_OSC52QUERY 0x40
|
||||
#define TTY_BLOCK 0x80
|
||||
#define TTY_HAVEDA 0x100 /* Primary DA. */
|
||||
#define TTY_HAVEDA 0x100
|
||||
#define TTY_HAVEXDA 0x200
|
||||
#define TTY_SYNCING 0x400
|
||||
#define TTY_HAVEDA2 0x800 /* Secondary DA. */
|
||||
#define TTY_HAVEDA2 0x800
|
||||
#define TTY_WINSIZEQUERY 0x1000
|
||||
#define TTY_HAVEFG 0x2000
|
||||
#define TTY_HAVEBG 0x4000
|
||||
#define TTY_ALL_REQUEST_FLAGS \
|
||||
(TTY_HAVEDA|TTY_HAVEDA2|TTY_HAVEXDA)
|
||||
(TTY_HAVEDA|TTY_HAVEDA2|TTY_HAVEXDA|TTY_HAVEFG|TTY_HAVEBG)
|
||||
int flags;
|
||||
|
||||
struct tty_term *term;
|
||||
|
Reference in New Issue
Block a user