aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/tbl/layout/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* When all cells in a tbl(1) column are empty, set the column widthIngo Schwarze2019-12-311-2/+2
| | | | | to 1n rather than to 0n, in the same way as groff does. This fixes misformatting reported by bentley@ in xkeyboard-config(7).
* Do not access a NULL pointer if a table contains a horizontal lineIngo Schwarze2019-06-111-2/+2
| | | | | | 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).
* Multiple tbl(7) improvements:Ingo Schwarze2017-06-161-3/+6
| | | | | | | | | | | | * Do not discard data that lacks a matching layout cell but remains within the number of columns of the table as a whole. * Do not insert dummy data rows for any layout row starting with a horizontal line, but only for layout rows that would discard all the data on a matching non-empty data row. * Print horizontal lines specified in the layout even if there is no matching data cell. * Improve the logic for extending vertical lines to adjacent rows, for choosing cross marks versus line segments, and some related details.
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081-0/+12
Both kristaps@ and wiz@ repeated asked for this, literally for years.