Remove support for iTerm2's DSR 1337 extension and use the CSI > q

extension now supported by a few different terminals.
This commit is contained in:
nicm
2020-05-16 14:16:25 +00:00
parent 471f697423
commit 9dd58470e4
5 changed files with 45 additions and 37 deletions

2
tmux.h
View File

@ -1247,7 +1247,7 @@ struct tty {
#define TTY_FOCUS 0x40
#define TTY_BLOCK 0x80
#define TTY_HAVEDA 0x100
#define TTY_HAVEDSR 0x200
#define TTY_HAVEXDA 0x200
#define TTY_SYNCING 0x400
int flags;