aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-05-16 14:16:25 +0000
committernicm <nicm>2020-05-16 14:16:25 +0000
commit9dd58470e41bfb5b9d74028eed73f502e71152f0 (patch)
tree059f11d5a79e7bc9f0d3c954725a96206608e92b /tmux.h
parent471f697423df33d535a7cc1fac5f01f718969e34 (diff)
downloadrtmux-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 67dc8631..c58be54f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;