From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- articles/2023/images-in-xterm-emulators.html | 45 ++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100755 articles/2023/images-in-xterm-emulators.html (limited to 'articles/2023/images-in-xterm-emulators.html') diff --git a/articles/2023/images-in-xterm-emulators.html b/articles/2023/images-in-xterm-emulators.html new file mode 100755 index 0000000..4066ad7 --- /dev/null +++ b/articles/2023/images-in-xterm-emulators.html @@ -0,0 +1,45 @@ + + + + + + + Bloggings + + +
+

Bloggings

+ Back + +
+ +
+
+

Images in terminal emulators

+

13-11-2023

+ xterm-images +

+ Playing with newsboat and W3M as pager, I've been checking Terminals that support W3M images without flickering when scrolling, or other display artifacts. Unfortunately I've only found one, Xterm. +

+ There are a lot of publications on the web proposing arcane hacks, might not work for you's, unmaintained stuff, etc. but in reality there's no cut and dried solution for W3M's own image rendering that works on all terminal emulators. +

+
    +
  • Xterm - Images display correctly
  • +
  • Kconsole - Images display but bar across the screen at the cursor position
  • +
  • Xfce4-terminal - Images display only when scrolling with flicker
  • +
  • Alacritty - Images display only when scrolling with flicker
  • +
  • Mate Terminal - Images display only when scrolling with flicker .etc. etc.
  • +
  • Kitty - has it's own image routines, but I was unable to get it to work with W3M 's kitty display option
  • +
+

+ The working solution I found was sixel support, see arewesixelyet.com +

+ Today the winner is: Alacritty with W3M's img2sixel option +

+ w3m-options + +
+
+ + -- cgit v1.3.1