Use SM 2026 for Sync which is more widely supported now.

pull/3747/head
nicm 2023-11-14 15:38:33 +00:00
parent 5aadee6df4
commit 1a14d6d2e1
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {