diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-02-24 18:20:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 18:20:47 +0000 |
commit | 9999bd53e148c692cc16cd74b6ff4a9f143fe22f (patch) | |
tree | 85f6e24a6d4665cd40de243109dcd77ac3b0793c /extra/alacritty.info | |
parent | 8409d7d5e2161b92f71a88a4c27b11d33ce664ed (diff) | |
download | alacritty-9999bd53e148c692cc16cd74b6ff4a9f143fe22f.tar.gz alacritty-9999bd53e148c692cc16cd74b6ff4a9f143fe22f.zip |
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
Diffstat (limited to 'extra/alacritty.info')
-rw-r--r-- | extra/alacritty.info | 1 |
1 files changed, 1 insertions, 0 deletions
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\\, |