CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/07 11:38:08
Modified files:
usr.bin/mandoc : man_term.c mdoc_term.c roff_term.c tbl_term.c
term.c term.h term_ascii.c term_ps.c
Log message:
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.
