Image: [catimg] Fix incorrect image sizing

This commit is contained in:
Dylan Araps 2017-01-15 08:51:17 +11:00
parent 845dc830ba
commit f052c6ad9d

View file

@ -2346,7 +2346,7 @@ display_image() {
;;
"catimg")
catimg -w "$((columns + gap))" "$image" || to_off "Image: catimg failed to display the image."
catimg -w "$((width / font_width * 2))" -r 0 "$image" || to_off "Image: catimg failed to display the image."
zws=
;;