From c74572da92d6ede88c04bd65e67e82f682ea2ff0 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 23 Apr 2020 10:22:27 +0100 Subject: Remove support for iTerm2's DSR 1337 extension and use the CSI > q extension now supported by a few different terminals. --- tty-features.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tty-features.c') 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. */ -- cgit