summaryrefslogtreecommitdiffstats
path: root/regress/tbl/layout/shortlines.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-32/+32
|
* Vertical spacing changes around tables in man_term.c rev. 1.241Ingo Schwarze2022-08-281-1/+1
| | | | | 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
* test tbl_term.c rev. 1.73 and tbl_data.c rev. 1.53:Ingo Schwarze2020-01-111-3/+1
| | | | | incomplete short layout lines followed by longer lines, and spans at the beginning of layout lines
* Do not access a NULL pointer if a table contains a horizontal lineIngo Schwarze2019-06-111-0/+48
next to a table line having fewer columns than the table as a whole. Bug found by Stephen Gregoratto <dev at sgregoratto dot me> with aerc-config(5).