Merge pull request #629 from jorgegonzalez/master
Image: Fixed issue where linebreaks printed stray spaces over the image
This commit is contained in:
commit
f14700f40e
1
neofetch
1
neofetch
|
@ -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")
|
||||||
|
|
Reference in New Issue