CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/04/13 16:41:48
Modified files:
usr.bin/mandoc : term.c term.h
Log message:
Fix rendering of multiple successive .It macros without intervening text;
another problem reported by j...@.
The physical output line may contain output from more than one buffer.
Thus, to decide whether a line break is needed, it's insufficient to
only look at the number of bytes in the current output buffer.
Keep track of the number of characters already written, too.