diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2023-11-13 17:29:44 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 23:29:44 +0000 |
commit | 13834d4de80b2a163f7d1838d34f67f088d2c218 (patch) | |
tree | 4c3d95c37dba18efcb09beaa1696d7d586dcd39d | |
parent | 85ec03633b2f44e8fc59113305d505024dce207f (diff) | |
download | alacritty-13834d4de80b2a163f7d1838d34f67f088d2c218.tar.gz alacritty-13834d4de80b2a163f7d1838d34f67f088d2c218.zip |
Fix Sync capability in terminfo
Alacritty has supported mode 2026 for synchornized updates for a few
months, but the terminfo entry still used the old DCS sequence
originally supported by iTerm2. Since many other terminal emulators and
applications seem to be standardizing around 2026, change the terminfo
entry to use SM instead of DCS.
-rw-r--r-- | extra/alacritty.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/alacritty.info b/extra/alacritty.info index 5dc56e3c..d7710882 100644 --- a/extra/alacritty.info +++ b/extra/alacritty.info @@ -107,6 +107,6 @@ alacritty+common|base fragment for alacritty, Ms=\E]52;%p1%s;%p2%s\007, Se=\E[0 q, Ss=\E[%p1%d q, hs, dsl=\E]2;\007, fsl=^G, tsl=\E]2;, Smulx=\E[4\:%p1%dm, - Sync=\EP=%p1%ds\E\\, + Sync=\E[?2026%?%p1%{1}%-%tl%eh%;, XF, kxIN=\E[I, kxOUT=\E[O, BD=\E[?2004l, BE=\E[?2004h, PE=\E[201~, PS=\E[200~, |