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/features.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/features.md') 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