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:
Nicholas Marriott
2020-04-23 10:22:27 +01:00
parent e94a15b3d6
commit c74572da92
6 changed files with 46 additions and 36 deletions

2
tmux.h
View File

@ -1249,7 +1249,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;