CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/06/16 14:00:41
Modified files:
usr.bin/mandoc : tbl_data.c tbl_term.c
regress/usr.bin/mandoc/tbl/layout: Makefile
Added files:
regress/usr.bin/mandoc/tbl/layout: lines-nogroff.in
lines-nogroff.out_ascii
lines.in lines.out_ascii
Log message:
Multiple tbl(7) improvements:
* 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.