From 76f7b4025ea6b6b3df8b8e07c3b971d3b0da827e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 22 Oct 2016 00:06:51 +1100 Subject: [PATCH] w3m-img: Draw the image twice --- neofetch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/neofetch b/neofetch index 8fe058b5..9f862f8b 100755 --- a/neofetch +++ b/neofetch @@ -3317,6 +3317,10 @@ main() { printinfo [ "$image" != "off" ] && dynamicprompt + # w3m-img: Draw the image a second time to fix + # rendering issues in specific terminal emulators. + [ "$image_backend" == "w3m" ] && displayimage + # Re-enable line wrap printf "%b%s" "\033[?7h"