mirror of
https://github.com/alacritty/alacritty
synced 2024-11-02 11:22:39 +00:00
Add sync update terminfo and docs
This adds documentation stating that Alacritty supports the synchronized update escape, which was implemented in9575aed
. Since tmux does check terminfo for this feature, the `Sync` capability has also been added. Tmux's implementation can be found here:f5b7ebc540/tty-features.c (L185)
This commit is contained in:
parent
8409d7d5e2
commit
9999bd53e1
2 changed files with 4 additions and 1 deletions
|
@ -99,4 +99,6 @@ brevity.
|
|||
|
||||
### DCS (Device Control String) - `ESC P`
|
||||
|
||||
Alacritty does not support any DCS escapes.
|
||||
| ESCAPE | STATUS | NOTE |
|
||||
| --------- | ----------- | -------------------------------------------------- |
|
||||
| `DCS = s` | IMPLEMENTED | |
|
||||
|
|
|
@ -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\\,
|
||||
|
|
Loading…
Reference in a new issue