mirror of
https://github.com/tmux/tmux.git
synced 2025-04-13 23:08:49 +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. */
|
/* Terminal supports synchronized updates. */
|
||||||
static const char *const tty_feature_sync_capabilities[] = {
|
static const char *const tty_feature_sync_capabilities[] = {
|
||||||
"Sync=\\EP=%p1%ds\\E\\\\",
|
"Sync=\\E[?2026%?%p1%{1}%-%tl%eh%;",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
static const struct tty_feature tty_feature_sync = {
|
static const struct tty_feature tty_feature_sync = {
|
||||||
|
Loading…
Reference in New Issue
Block a user