aboutsummaryrefslogtreecommitdiff
path: root/tty-features.c
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 /tty-features.c
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 'tty-features.c')
-rw-r--r--tty-features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty-features.c b/tty-features.c
index 1996c750..a7f2a4b0 100644
--- a/tty-features.c
+++ b/tty-features.c
@@ -33,7 +33,7 @@
* - alternate escape (under XT).
*
* Also:
- * - XT is used to decide whether to send DA and DSR;
+ * - XT is used to decide whether to send DA and XDA;
* - DECSLRM and DECFRA use a flag instead of capabilities;
* - UTF-8 is a separate flag on the client; needed for unattached clients.
*/