ascii: Update min_breaks along with width and length.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 16 Nov 2018 21:51:38 +0000 (13:51 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 26 Nov 2018 06:12:37 +0000 (22:12 -0800)
commit7edb40db8a41a1e42ee326feaea1aa99d199eb6e
treecf5c7c415e2c1a9d08dd200ea7a78fbe5f9f182e
parent8cb4cda216dd0a389a204814e3705ce06c4ba748
ascii: Update min_breaks along with width and length.

min_breaks has to be no larger than the page width (or length), otherwise
the rendering algorithm fails, but the automatic update for TTYs didn't
take that into account.
src/output/ascii.c