Regression: ANSI and 256 colour mode do not automatically resize based on width
eddieantonio opened this issue · 1 comments
eddieantonio commented
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.
- Bypass
- Fix it!
eddieantonio commented
Fixed in 5e99381