diff options
author | Josh Rahm <rahm@google.com> | 2021-10-05 14:36:31 -0600 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2021-10-05 14:36:31 -0600 |
commit | 7a209fa45f1f4d07cb4a885e8ea3d03e47cf48ae (patch) | |
tree | 026d75fdc19e19952cfba3020c118f24df4ac412 /docs | |
parent | 1725e30e144b04e2e2e30efc76eb968c97a0eabf (diff) | |
parent | 98fbb3f9285d8c00836e3bcfa6e1e13bf809e2a2 (diff) | |
download | r-alacritty-7a209fa45f1f4d07cb4a885e8ea3d03e47cf48ae.tar.gz r-alacritty-7a209fa45f1f4d07cb4a885e8ea3d03e47cf48ae.tar.bz2 r-alacritty-7a209fa45f1f4d07cb4a885e8ea3d03e47cf48ae.zip |
Merge remote-tracking branch 'betaboon/graphics' into experimental
Diffstat (limited to 'docs')
-rw-r--r-- | docs/escape_support.md | 2 | ||||
-rw-r--r-- | docs/features.md | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/escape_support.md b/docs/escape_support.md index 4cb6c6f2..bc951753 100644 --- a/docs/escape_support.md +++ b/docs/escape_support.md @@ -71,6 +71,7 @@ brevity. | `CSI SP q` | IMPLEMENTED | | | `CSI r` | IMPLEMENTED | | | `CSI S` | IMPLEMENTED | | +| `CSI ? S` | PARTIAL | Only for reading attributes. | | `CSI s` | IMPLEMENTED | | | `CSI T` | IMPLEMENTED | | | `CSI t` | PARTIAL | Only parameters `22` and `23` are supported | @@ -102,3 +103,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 |