mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
Use SM 2026 for Sync which is more widely supported now.
This commit is contained in:
parent
5aadee6df4
commit
1a14d6d2e1
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user