]> git.cameronkatri.com Git - mandoc.git/commit
Do not skip data after horizontal lines in the layout.
authorIngo Schwarze <schwarze@openbsd.org>
Tue, 25 Jan 2011 12:16:22 +0000 (12:16 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Tue, 25 Jan 2011 12:16:22 +0000 (12:16 +0000)
commit0d8fbcc4ac721403309bd5d810f4a97a7474cf0a
tree9f02fec16d2b956822f332511f66a860c5822b65
parent9b509b028c7418fa035a3af3c5f783a61f4abf33
Do not skip data after horizontal lines in the layout.
Instead, let one line of input data add two new spans
to the tbl tree during one single call of tbl_data().
Note that this causes the horizontal line to get parsed
into the tbl tree, but not yet used in the output,
which will be fixed next.
Avoids data loss in cpu(4/hppa).
ok kristaps@
tbl_data.c