Commit f14700f4 authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Merge pull request #629 from jorgegonzalez/master

Image: Fixed issue where linebreaks printed stray spaces over the image
parents c521c180 40d764ca
...@@ -2376,6 +2376,7 @@ display_image() { ...@@ -2376,6 +2376,7 @@ display_image() {
"iterm2") "iterm2")
printf "%b\a\n" "\033]1337;File=width=${width}px;height=${height}px;inline=1:$(base64 < "$image")" printf "%b\a\n" "\033]1337;File=width=${width}px;height=${height}px;inline=1:$(base64 < "$image")"
zws=
;; ;;
"tycat") "tycat")
......
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