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:
parent
85ec03633b
commit
13834d4de8
1 changed files with 1 additions and 1 deletions
|
@ -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~,
|
||||||
|
|
Loading…
Reference in a new issue