Update SGR escape sequence support

This commit is contained in:
Ally Tiritoglu 2022-06-10 09:28:48 -07:00 committed by GitHub
parent fdcf99b0c1
commit d9c6c8d53e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -65,7 +65,10 @@ brevity.
| `CSI l` | PARTIAL | See `CSI h` for supported modes |
| `CSI ? l` | PARTIAL | See `CSI ? h` for supported modes |
| `CSI M` | IMPLEMENTED | |
| `CSI m` | IMPLEMENTED | |
| `CSI m` | IMPLEMENTED | Supported parameters: |
| | | `0`-`9`, `21`-`25`, `27`-`49`, `58`, `59` |
| | | `90`-`97`, `100`-`107` |
| | REJECTED | `11`-`19`, `51`-`55` |
| `CSI n` | IMPLEMENTED | |
| `CSI P` | IMPLEMENTED | |
| `CSI SP q` | IMPLEMENTED | |