Commit 169de34e authored by Dylan Araps's avatar Dylan Araps

image: [catimg] Don't force res. Closes #921

parent 1ef77651
...@@ -2964,7 +2964,7 @@ display_image() { ...@@ -2964,7 +2964,7 @@ display_image() {
;; ;;
"catimg") "catimg")
catimg -w "$((width * 2 / font_width))" -r 0 "$image" ||\ catimg -w "$((width * 2 / font_width))" "$image" ||\
to_off "Image: catimg failed to display the image." to_off "Image: catimg failed to display the image."
;; ;;
......
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