CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/04 12:48:09
Modified files:
usr.bin/mandoc : man_term.c mdoc_term.c term.c term.h
Log message:
Make term_flushln() simpler and more robust:
Eliminate the "overstep" state variable.
The information is already contained in "viscol".
Minus 60 lines of code, no functional change intended.
