aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/escape_support.md1
-rw-r--r--docs/features.md5
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/escape_support.md b/docs/escape_support.md
index 4cb6c6f2..5008d6a6 100644
--- a/docs/escape_support.md
+++ b/docs/escape_support.md
@@ -102,3 +102,4 @@ brevity.
| ESCAPE | STATUS | NOTE |
| --------- | ----------- | -------------------------------------------------- |
| `DCS = s` | IMPLEMENTED | |
+| `DCS q` | IMPLEMENTED | |
diff --git a/docs/features.md b/docs/features.md
index fd9a9ad2..094210fd 100644
--- a/docs/features.md
+++ b/docs/features.md
@@ -77,4 +77,9 @@ file. If an application captures your mouse clicks, which is indicated by a
change in mouse cursor shape, you're required to hold <kbd>Shift</kbd> to bypass
that.
+## Graphics with the Sixel protocol
+
+Graphics can be added to the terminal using the Sixel protocol. Every graphic can
+have up to 1024 colors, and it is limited to 4096x4096 pixels.
+
[configuration file]: ../alacritty.yml