Commit f052c6ad authored by Dylan Araps's avatar Dylan Araps

Image: [catimg] Fix incorrect image sizing

parent 845dc830
......@@ -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=
;;
......
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