From 0fd3793a963015e8f91021e35dbb2169d15c3211 Mon Sep 17 00:00:00 2001 From: Ayose Date: Wed, 10 Mar 2021 20:21:36 +0000 Subject: Add Sixel support Fixes #910 --- docs/escape_support.md | 1 + docs/features.md | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'docs') 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 Shift 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 -- cgit