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 /docs | |
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 'docs')
-rw-r--r-- | docs/escape_support.md | 4 |
1 files changed, 3 insertions, 1 deletions
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 | | |