From f3c7b012e050a32877815c164c31440a8abca035 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 25 Jun 2026 22:13:14 -0400 Subject: feat(eat): enable sixel inline images and the kill-while-running confirm Set eat-sixel-render-formats and eat-query-before-killing-running-terminal explicitly. Both are EAT defaults; making them explicit documents that inline images and the safety prompt are wanted. --- modules/eat-config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/eat-config.el b/modules/eat-config.el index e4c290ad7..d44fbfba3 100644 --- a/modules/eat-config.el +++ b/modules/eat-config.el @@ -52,6 +52,9 @@ (eat-enable-alternative-display t) ; alt-screen so TUIs restore scrollback on exit (default) (eat-term-scrollback-size (* 10 1024 1024)) ; ~10MB of scrollback, matching the old ghostel ;; Truecolor is already on: eat-term-name auto-selects the compiled eat-truecolor terminfo. + ;; Niceties. + (eat-sixel-render-formats '(xpm svg half-block background none)) ; inline images (on by default) + (eat-query-before-killing-running-terminal 'auto) ; confirm before killing a terminal with a live process :config ;; F12 and C-; must reach Emacs from inside EAT. In semi-char mode (EAT's ;; default) EAT forwards unbound keys to the terminal -- a letter runs -- cgit v1.2.3