]> git.cameronkatri.com Git - mandoc.git/commit
First, make extra data cells be thrown away. This makes "dp->layout"
authorKristaps Dzonsons <kristaps@bsd.lv>
Mon, 10 Jan 2011 14:40:30 +0000 (14:40 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Mon, 10 Jan 2011 14:40:30 +0000 (14:40 +0000)
commitb3ea03504ba905470ba5c486ba69062c89034488
treedf4cbcc9f5102817e214499b8ce04b165972afbf
parent8b2891b502ff415c363420b6f4238ec3561efd97
First, make extra data cells be thrown away.  This makes "dp->layout"
always hold, which cleans up the table stuff a bit.

Second, set a "spans" value per data cell consisting of the number of
skipped TBL_CELL_SPAN layout cells.

Third, make tbl_term.c understand how to skip over spanned sections when
iterating over the header queue.

What remains is to calculate the widths of spanned cells.
main.c
mandoc.h
out.c
tbl.7
tbl_data.c
tbl_layout.c
tbl_term.c
tree.c