summaryrefslogtreecommitdiffstats
path: root/regress/tbl/mod/expand-toowide.out_ascii
Commit message (Collapse)AuthorAgeFilesLines
* reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244Ingo Schwarze2023-11-131-10/+9
|
* Vertical spacing changes around tables in man_term.c rev. 1.241Ingo Schwarze2022-08-281-1/+0
| | | | | and tbl_term.c rev. 1.79 cause quite a bit of churn, unfortunately. This commit cleans up most of it.
* delete the two pairs of extra blank lines from expected man(7) terminalIngo Schwarze2021-06-281-4/+0
| | | | output that are no longer printed since man_term.c rev. 1.236
* When trying to expand some columns in a table where the sum of theIngo Schwarze2017-05-011-0/+23
widths of the remaining columns is already wider than the line length, underflowing size_t and dying from ENOMEM is the wrong plan. Instead, simply refrain from expanding anything in such a situation, avoiding a crash that tb@ found with afl.