aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-04-23 10:22:27 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-04-23 10:29:03 +0100
commitc74572da92d6ede88c04bd65e67e82f682ea2ff0 (patch)
tree1df9340361d605473d43aa32cdaad1e245d1168b /tmux.h
parente94a15b3d63e84a413a4975d0c1632d4761f4eec (diff)
downloadrtmux-c74572da92d6ede88c04bd65e67e82f682ea2ff0.tar.gz
rtmux-c74572da92d6ede88c04bd65e67e82f682ea2ff0.tar.bz2
rtmux-c74572da92d6ede88c04bd65e67e82f682ea2ff0.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 f95726d5..0da22299 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;