mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Update the escape_support.md for sync updates
Remove the DCS sync updates escape sequence since it's no longer
supported.
Fixes: 47d500770a
(Bump VTE to 0.12.0)
This commit is contained in:
parent
47d500770a
commit
ace987f343
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ brevity.
|
|||
| `CSI ? h` | PARTIAL | Supported modes: |
|
||||
| | | `1`, `3`, `6`, `7`, `12`, `25`, `1000`, `1002` |
|
||||
| | | `1004`, `1005`, `1006`, `1007`, `1042`, `1049` |
|
||||
| | | `2004` |
|
||||
| | | `2004` `2026` |
|
||||
| `CSI I` | IMPLEMENTED | |
|
||||
| `CSI J` | IMPLEMENTED | |
|
||||
| `CSI K` | IMPLEMENTED | |
|
||||
|
@ -105,4 +105,4 @@ brevity.
|
|||
|
||||
| ESCAPE | STATUS | NOTE |
|
||||
| --------- | ----------- | -------------------------------------------------- |
|
||||
| `DCS = s` | IMPLEMENTED | |
|
||||
| `DCS = s` | REJECTED | CSI ? 2026 h/l are used instead |
|
||||
|
|
Loading…
Reference in a new issue