CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2025/07/18 09:46:58
Modified files: usr.bin/mandoc : term_ps.c Log message: Adjust viscol (the distance in basic units from the column offset) and minbl (the minimum whitespace in basic units before the next column) in ps_advance() and ps_endline() because that is what term.c now expects. Regression reported by Jan Stary <hans at stare dot cz> on misc@. Also adjust ps_hspan() to the new definition of basic units in terminal output.