Skip to content

Commit

Permalink
Update SGR escape sequence support
Browse files Browse the repository at this point in the history
  • Loading branch information
dropbear32 authored Jun 10, 2022
1 parent fdcf99b commit d9c6c8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/escape_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down

0 comments on commit d9c6c8d

Please sign in to comment.