Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2023-11-14 18:01:10 +00:00
3 changed files with 22 additions and 10 deletions

View File

@ -226,7 +226,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 = {