CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2010/10/15 15:33:47
Modified files: usr.bin/mandoc : man.c man_action.c man_term.c tbl.c tbl.h tbl_data.c tbl_extern.h tbl_layout.c tbl_option.c tbl_term.c tbl_tree.c Log message: Move tbl output from plain stdio to mandoc terminal output routines. This fixes (1) all escape sequences and (2) some aspects of indentation. Table column widths are still way off, though. "move forward" deraadt@