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 /tty-features.c | |
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 'tty-features.c')
-rw-r--r-- | tty-features.c | 2 |
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. */ |