1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

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.
This commit is contained in:
Gregory Anders 2023-11-13 17:29:44 -06:00 committed by GitHub
parent 85ec03633b
commit 13834d4de8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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, 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;, hs, dsl=\E]2;\007, fsl=^G, tsl=\E]2;,
Smulx=\E[4\:%p1%dm, Smulx=\E[4\:%p1%dm,
Sync=\EP=%p1%ds\E\\, Sync=\E[?2026%?%p1%{1}%-%tl%eh%;,
XF, kxIN=\E[I, kxOUT=\E[O, XF, kxIN=\E[I, kxOUT=\E[O,
BD=\E[?2004l, BE=\E[?2004h, PE=\E[201~, PS=\E[200~, BD=\E[?2004l, BE=\E[?2004h, PE=\E[201~, PS=\E[200~,