summaryrefslogtreecommitdiffstats
path: root/tty-features.c
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 /tty-features.c
parent471f697423df33d535a7cc1fac5f01f718969e34 (diff)
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.
*/