Commit 76f7b402 authored by Dylan Araps's avatar Dylan Araps

w3m-img: Draw the image twice

parent 5270e979
...@@ -3317,6 +3317,10 @@ main() { ...@@ -3317,6 +3317,10 @@ main() {
printinfo printinfo
[ "$image" != "off" ] && dynamicprompt [ "$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 # Re-enable line wrap
printf "%b%s" "\033[?7h" printf "%b%s" "\033[?7h"
......
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