Image: Fixed issue where linebreaks caused stray spaces to print over images
This commit is contained in:
parent
546c13c100
commit
40d764ca6a
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