aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/escape_support.md6
-rw-r--r--docs/features.md6
2 files changed, 11 insertions, 1 deletions
diff --git a/docs/escape_support.md b/docs/escape_support.md
index 4673cedc..755997aa 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` | PARTIAL | Only singular straight underlines are supported |
+| `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 | |
@@ -88,6 +91,7 @@ brevity.
| `OSC 1` | REJECTED | Icon names are not supported |
| `OSC 2` | IMPLEMENTED | |
| `OSC 4` | IMPLEMENTED | |
+| `OSC 8` | IMPLEMENTED | |
| `OSC 10` | IMPLEMENTED | |
| `OSC 11` | IMPLEMENTED | |
| `OSC 12` | IMPLEMENTED | |
diff --git a/docs/features.md b/docs/features.md
index 094210fd..b12480a9 100644
--- a/docs/features.md
+++ b/docs/features.md
@@ -83,3 +83,9 @@ Graphics can be added to the terminal using the Sixel protocol. Every graphic ca
have up to 1024 colors, and it is limited to 4096x4096 pixels.
[configuration file]: ../alacritty.yml
+
+## Multi-Window
+
+Alacritty supports running multiple terminal emulators from the same Alacritty
+instance. New windows can be created either by using the `CreateNewWindow`
+keybinding action, or by executing the `alacritty msg create-window` subcommand.