summaryrefslogtreecommitdiffstats
path: root/tty-features.c
diff options
context:
space:
mode:
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 = {