diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-08-07 22:37:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 22:37:23 +0000 |
commit | 576252294d09c1f52ec73bde03652349bdf5a529 (patch) | |
tree | a69c478979c7bb3ca800996230a1db75c83da62e /docs | |
parent | b14d032432c9502d2aac0b01ecc957d92672eada (diff) | |
download | alacritty-576252294d09c1f52ec73bde03652349bdf5a529.tar.gz alacritty-576252294d09c1f52ec73bde03652349bdf5a529.zip |
Add support for colon separated SGR parameters
This implements the colon separated form of SGR 38 and 48.
Fixes #1485.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/escape_support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/escape_support.md b/docs/escape_support.md index 88942714..64ffef89 100644 --- a/docs/escape_support.md +++ b/docs/escape_support.md @@ -64,7 +64,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 | Colon separators are not supported | +| `CSI m` | PARTIAL | Only singular straight underlines are supported | | `CSI n` | IMPLEMENTED | | | `CSI P` | IMPLEMENTED | | | `CSI SP q` | PARTIAL | No blinking support | |