aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2022-03-16 19:27:55 +0300
committerGitHub <noreply@github.com>2022-03-16 19:27:55 +0300
commitf4bdf5fb36fdf3b329be8253da39050abe7238a5 (patch)
tree9b49a78b15fdd73850a7bfc279e3986af2b59683 /docs
parent589c1e9c6b8830625162af14a9a7aee32c7aade0 (diff)
downloadalacritty-f4bdf5fb36fdf3b329be8253da39050abe7238a5.tar.gz
alacritty-f4bdf5fb36fdf3b329be8253da39050abe7238a5.zip
Add colored underline support
This commit adds support for colored underline and refines the dynamic extra storage. The extra storage now is using `Arc` making cloning it way faster compared to `Box` approach which scales really well when it comes to cloning in `Term::write_at_cursor`, since cloning `Arc` is constant time. Fixes #4142.
Diffstat (limited to 'docs')
-rw-r--r--docs/escape_support.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/escape_support.md b/docs/escape_support.md
index 4cb6c6f2..6a1047a9 100644
--- a/docs/escape_support.md
+++ b/docs/escape_support.md
@@ -65,7 +65,7 @@ brevity.
| `CSI l` | PARTIAL | See `CSI h` for supported modes |
| `CSI ? l` | PARTIAL | See `CSI ? h` for supported modes |
| `CSI M` | IMPLEMENTED | |
-| `CSI m` | PARTIAL | Only singular straight underlines are supported |
+| `CSI m` | IMPLEMENTED | |
| `CSI n` | IMPLEMENTED | |
| `CSI P` | IMPLEMENTED | |
| `CSI SP q` | IMPLEMENTED | |