diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-09-29 14:22:36 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 14:22:36 +0400 |
commit | ace987f343649ae98e5fb63cf825414855ccd86e (patch) | |
tree | 50fd1662bc35b606f6d05281c8cc5e7e53d9ce46 /docs | |
parent | 47d500770a7fe306d710ca2cd9a0758c27a639a2 (diff) | |
download | alacritty-ace987f343649ae98e5fb63cf825414855ccd86e.tar.gz alacritty-ace987f343649ae98e5fb63cf825414855ccd86e.zip |
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)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/escape_support.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/escape_support.md b/docs/escape_support.md index 498aed5e..edcd1a2f 100644 --- a/docs/escape_support.md +++ b/docs/escape_support.md @@ -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 | |