Be more specific in the DSR we are looking for so it doesn't get

confused with mouse sequences. Also set a flag and don't bother checking
for it if we have already seen it (same for DA), and don't check if we
never asked for it.
This commit is contained in:
nicm
2020-01-13 08:12:53 +00:00
parent 04eee2410d
commit 835a6c0cf0
3 changed files with 19 additions and 2 deletions

2
tmux.h
View File

@ -1227,6 +1227,8 @@ struct tty {
#define TTY_OPENED 0x20
#define TTY_FOCUS 0x40
#define TTY_BLOCK 0x80
#define TTY_HAVEDA 0x100
#define TTY_HAVEDSR 0x200
int flags;
struct tty_term *term;