aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlly Tiritoglu <ally.tirit@gmail.com>2022-06-10 09:28:48 -0700
committerGitHub <noreply@github.com>2022-06-10 16:28:48 +0000
commitd9c6c8d53e95be2fe40162a1fcfe21b93fa0444b (patch)
tree9bb8a624bf9f87721aaa9ebf690d061b05ab8c72
parentfdcf99b0c17214d2318298bc4ea911931c3b9ece (diff)
downloadalacritty-d9c6c8d53e95be2fe40162a1fcfe21b93fa0444b.tar.gz
alacritty-d9c6c8d53e95be2fe40162a1fcfe21b93fa0444b.zip
Update SGR escape sequence support
-rw-r--r--docs/escape_support.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/escape_support.md b/docs/escape_support.md
index 6a1047a9..f95c1e2c 100644
--- a/docs/escape_support.md
+++ b/docs/escape_support.md
@@ -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 | |