Prepare the terminal driver for filling multiple columns in parallel,
authorschwarze <schwarze@openbsd.org>
Wed, 7 Jun 2017 17:38:08 +0000 (17:38 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 7 Jun 2017 17:38:08 +0000 (17:38 +0000)
commite93ea447f1d091d6f77d101bd48b5249f7fe5a0b
treed1474136bcd2826cd0d6bd9abf2d3478b9a61ae5
parent0e9fde88777c9a414bbff67616be27393962c078
Prepare the terminal driver for filling multiple columns in parallel,
first step: split column data out of the terminal state struct into
a new column state struct and use an array of such column state
structs.  No functional change.
usr.bin/mandoc/man_term.c
usr.bin/mandoc/mdoc_term.c
usr.bin/mandoc/roff_term.c
usr.bin/mandoc/tbl_term.c
usr.bin/mandoc/term.c
usr.bin/mandoc/term.h
usr.bin/mandoc/term_ascii.c
usr.bin/mandoc/term_ps.c