diff options
| author | Ayose <ayosec@gmail.com> | 2021-03-10 20:21:36 +0000 |
|---|---|---|
| committer | Ayose <ayosec@gmail.com> | 2021-03-11 11:51:39 +0000 |
| commit | 08ceb315108895390792459943fef4069124494f (patch) | |
| tree | 2210951c1fc0af04f9bdcfd56b8e89fa88a98374 /docs | |
| parent | d5dd009a6d313626aec6f69db397e78734653a5f (diff) | |
| download | r-alacritty-08ceb315108895390792459943fef4069124494f.tar.gz r-alacritty-08ceb315108895390792459943fef4069124494f.tar.bz2 r-alacritty-08ceb315108895390792459943fef4069124494f.zip | |
Add Sixel support
Fixes #910
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/escape_support.md | 1 | ||||
| -rw-r--r-- | docs/features.md | 5 |
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 55f1d91a..d2b1b7a9 100644 --- a/docs/features.md +++ b/docs/features.md @@ -78,4 +78,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 |