diff options
author | nicm <nicm> | 2020-05-16 14:16:25 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-05-16 14:16:25 +0000 |
commit | 9dd58470e41bfb5b9d74028eed73f502e71152f0 (patch) | |
tree | 059f11d5a79e7bc9f0d3c954725a96206608e92b /tmux.h | |
parent | 471f697423df33d535a7cc1fac5f01f718969e34 (diff) | |
download | rtmux-9dd58470e41bfb5b9d74028eed73f502e71152f0.tar.gz rtmux-9dd58470e41bfb5b9d74028eed73f502e71152f0.tar.bz2 rtmux-9dd58470e41bfb5b9d74028eed73f502e71152f0.zip |
Remove support for iTerm2's DSR 1337 extension and use the CSI > q
extension now supported by a few different terminals.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |