aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAyose <ayosec@gmail.com>2021-03-10 20:21:36 +0000
committerbetaboon <betaboon@0x80.ninja>2021-08-17 15:44:40 +0200
commit0fd3793a963015e8f91021e35dbb2169d15c3211 (patch)
treea83c1f53a123f84376a58cf2a5114ad581092e0a /docs
parentc24d7dfd0d2d8849f0398d7cb1a65d6562ee7a0d (diff)
downloadr-alacritty-0fd3793a963015e8f91021e35dbb2169d15c3211.tar.gz
r-alacritty-0fd3793a963015e8f91021e35dbb2169d15c3211.tar.bz2
r-alacritty-0fd3793a963015e8f91021e35dbb2169d15c3211.zip
Add Sixel support
Fixes #910
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