From 9999bd53e148c692cc16cd74b6ff4a9f143fe22f Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Wed, 24 Feb 2021 18:20:47 +0000 Subject: Add sync update terminfo and docs This adds documentation stating that Alacritty supports the synchronized update escape, which was implemented in 9575aed. Since tmux does check terminfo for this feature, the `Sync` capability has also been added. Tmux's implementation can be found here: https://github.com/tmux/tmux/blob/f5b7ebc540fe3db5c3a5fe97d01de44551e76058/tty-features.c#L185 --- extra/alacritty.info | 1 + 1 file changed, 1 insertion(+) (limited to 'extra/alacritty.info') diff --git a/extra/alacritty.info b/extra/alacritty.info index 256efa9f..eaa73f07 100644 --- a/extra/alacritty.info +++ b/extra/alacritty.info @@ -107,3 +107,4 @@ 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\\, -- cgit v1.2.3-54-g00ecf