Image: Fixed issue where linebreaks caused stray spaces to print over images

This commit is contained in:
Jorge Gonzalez 2017-01-23 09:33:05 -05:00
parent 546c13c100
commit 40d764ca6a
No known key found for this signature in database
GPG Key ID: AD2671B01BB1E086
1 changed files with 1 additions and 0 deletions

View File

@ -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")