summaryrefslogtreecommitdiffstats
path: root/tty-features.c
diff options
context:
space:
mode:
authornicm <nicm>2023-11-14 15:38:33 +0000
committernicm <nicm>2023-11-14 15:38:33 +0000
commit1a14d6d2e1c2a23544eefa6e5e65e05ee7e1aca7 (patch)
tree278588c1340f90fc8d4a4bc1b0653242fbef0baa /tty-features.c
parent5aadee6df4750a4c428fc7e7edc9e8e315c3f610 (diff)
Use SM 2026 for Sync which is more widely supported now.
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 e3293872..42f83f41 100644
--- a/tty-features.c
+++ b/tty-features.c
@@ -216,7 +216,7 @@ static const struct tty_feature tty_feature_strikethrough = {
/* Terminal supports synchronized updates. */
static const char *const tty_feature_sync_capabilities[] = {
- "Sync=\\EP=%p1%ds\\E\\\\",
+ "Sync=\\E[?2026%?%p1%{1}%-%tl%eh%;",
NULL
};
static const struct tty_feature tty_feature_sync = {