From 13834d4de80b2a163f7d1838d34f67f088d2c218 Mon Sep 17 00:00:00 2001 From: Gregory Anders <8965202+gpanders@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:29:44 -0600 Subject: [PATCH] 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. --- extra/alacritty.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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~,