eddieantonio/imgcat

Regression: ANSI and 256 colour mode do not automatically resize based on width

eddieantonio opened this issue · 1 comments

I broke the automatic resize if bigger than terminal width.

  • Somehow write tests for this, despite the codepath being behind isatty()
    • Bypass isatty(), because... ugh.
  • Fix it!

Fixed in 5e99381