It turns out association of tbl spans with layout rows is simpler than
authorschwarze <schwarze@openbsd.org>
Tue, 4 Jul 2017 20:59:17 +0000 (20:59 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 4 Jul 2017 20:59:17 +0000 (20:59 +0000)
commitacb996efb1c124d9ec711e21b3b8d6e737b62f79
treeba83a17e9b2fcb1226a5c8b5ee5a6b4e1b1e97f8
parent2102796b00a0ad4b25f6e58b45fee513f1f43e8f
It turns out association of tbl spans with layout rows is simpler than
i thought.  Fixing a bug in curs_addch(3) and minus 25 lines of code.
regress/usr.bin/mandoc/tbl/data/Makefile
regress/usr.bin/mandoc/tbl/data/insert.in [new file with mode: 0644]
regress/usr.bin/mandoc/tbl/data/insert.out_ascii [new file with mode: 0644]
regress/usr.bin/mandoc/tbl/data/insert.out_lint [new file with mode: 0644]
usr.bin/mandoc/tbl_data.c