From 9999bd53e148c692cc16cd74b6ff4a9f143fe22f Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Wed, 24 Feb 2021 18:20:47 +0000 Subject: [PATCH] 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 --- docs/escape_support.md | 4 +++- extra/alacritty.info | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/escape_support.md b/docs/escape_support.md index d7c36d33..4cb6c6f2 100644 --- a/docs/escape_support.md +++ b/docs/escape_support.md @@ -99,4 +99,6 @@ brevity. ### DCS (Device Control String) - `ESC P` -Alacritty does not support any DCS escapes. +| ESCAPE | STATUS | NOTE | +| --------- | ----------- | -------------------------------------------------- | +| `DCS = s` | IMPLEMENTED | | 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\\,