CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/12/22 16:33:52
Modified files:
usr.bin/mandoc : man_term.c mdoc_term.c term.c term.h
Log message:
Polishing the worms in my favourite can, term_flushln().
The TERMP_TWOSPACE flag i introduced in August 2009 was idiosyncratic
and served only a very narrow purpose. Replace it by a more intuitive
and more general termp attribute "trailspace", to be used together
with TERMP_NOBREAK, to request a minimum amount of whitespace at
the end of the current column. Adapt all code to the new interface.
No functional change intended;
code reviews to confirm that are welcome *eg*.