From a3e65eb12097383dc7d528f6c50754069d46fcbb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 3 Oct 2016 17:59:56 +1100 Subject: [PATCH] Add a tiny sleep to fix image flashing and not drawing properly --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 15f9fb8b..89450bf0 100755 --- a/neofetch +++ b/neofetch @@ -2261,6 +2261,7 @@ displayimage() { if [ "$image" != "ascii" ]; then case "$image_backend" in "w3m") + sleep 0.05 printf "%b%s\n" "0;1;$xoffset;$yoffset;$width;$height;;;;;$img\n4;\n3;" |\ $w3m_img_path 2>/dev/null || padding="\033[0C" ;;