Skip to content

Draft: terminal: add support for Sixel images

John C. Allwein requested to merge johnnyapol/xfce4-terminal:sixel into master

VTE introduced Sixel image support around 0.61.90. Information about Sixel can be found here https://en.wikipedia.org/wiki/Sixel

This commit leverages VTE's support for displaying Sixel images to enable it in xfce4-terminal when the appropriate conditions (built with a new enough VTE, distro VTE is compiled with sixel support) are present.

Addresses #76 (closed)

Edited by John C. Allwein

Merge request reports