Closed sfllaw closed 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.
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.