Remove escape sequence list

Christian Duerr 2020-04-04 16:53:45 +00:00
parent 3555f4ebb3
commit d75f5b0796
1 changed files with 1 additions and 16 deletions

@ -9,19 +9,4 @@ Below is a fairly comprehensive list of ANSI references:
* 256-color escape sequences: http://misc.flogisoft.com/bash/tip_colors_and_formatting
* ECMA - Control Functions for Coded Character Sets: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf
* ECMA - Character Code Structure and Extension Techniques: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-035.pdf
* Terminal I/O: http://www.iakovlev.org/index.html?p=1169&m=1&l1=5
---
We're working on a table of desired escape sequences. For the moment this list is still very much a **work in progress**.
#### CSI (Control Sequence Introducer) - `ESC [`
| CSI | Description | Supported? | Vote | Justification |
| --- | --- | :-: | :-: | --- |
| `CSI Ps J` | Erase in Display | 🟩 | - | Basic functionality |
#### OSC (Operating System Command) - `ESC ]`
| OSC | Description | Supported? | Vote | Justification |
| --- | ----------- | :--------: | :--: | ------------- |
| `Ps = 4 ; c ; spec` | Change Color Number `c` to the color specified by `spec`. | 🟥 | +1 | https://github.com/alacritty/alacritty/issues/3440#issuecomment-608902139 |
* Terminal I/O: http://www.iakovlev.org/index.html?p=1169&m=1&l1=5