hpjansson / chafa

📺🗿 Terminal graphics for the 21st century.
https://hpjansson.org/chafa/
GNU Lesser General Public License v3.0
2.97k stars 64 forks source link

ChafaTermDb: Eat understands sixel graphics #198

Closed sfllaw closed 7 months ago

sfllaw commented 7 months ago

The Eat terminal supports Sixel mode as of version 0.9: : https://www.reddit.com/r/emacs/comments/172vgex/eat_09_released/

The proper way to detect Eat is to look for the EAT_SHELL_INTEGRATION_DIR environment variable: https://codeberg.org/akib/emacs-eat/src/commit/3a6f418f55d183b9d86f99c140caed4ba3d44f93/eat.el#L6993-L6994

It also sets TERM with the "eat-" prefix, i.e. "eat-truecolor": https://codeberg.org/akib/emacs-eat/src/commit/3a6f418f55d183b9d86f99c140caed4ba3d44f93/eat.el#L4800-L4812

Closes hpjansson/chafa#197.