Commit 97f76174 authored by Dylan Araps's avatar Dylan Araps

Images: Fix images in ST

parent ac70812d
...@@ -2300,7 +2300,7 @@ displayimage() { ...@@ -2300,7 +2300,7 @@ displayimage() {
# appearing in specific terminal emulators. # appearing in specific terminal emulators.
sleep 0.05 sleep 0.05
printf "%b%s\n" "0;1;$xoffset;$yoffset;$width;$height;;;;;$img\n4;\n3;" |\ printf "%b%s\n" "0;1;$xoffset;$yoffset;$width;$height;;;;;$img\n4;\n3;" |\
$w3m_img_path -bg "$background_color" 2>/dev/null || padding="\033[0C" $w3m_img_path -bg "$background_color" >/dev/null & 2>&1 || padding="\033[0C"
;; ;;
"iterm2") "iterm2")
...@@ -2982,7 +2982,7 @@ dynamicprompt() { ...@@ -2982,7 +2982,7 @@ dynamicprompt() {
fi fi
# Add some padding # Add some padding
printf "\n\n" printf "\n\n\n"
} }
# }}} # }}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment