[BACK]Return to term.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/term.c between version 1.23 and 1.24

version 1.23, 2010/03/06 11:27:55 version 1.24, 2010/03/20 20:07:18
Line 213 
Line 213 
                  * If so, break to the next line.  (TODO: hyphenate)                   * If so, break to the next line.  (TODO: hyphenate)
                  * Otherwise, write the chosen number of blanks now.                   * Otherwise, write the chosen number of blanks now.
                  */                   */
                 if (vend > bp && 0 == jhy) {                  if (vend > bp && 0 == jhy && vis > vbl) {
                         vend -= vis;                          vend -= vis;
                         putchar('\n');                          putchar('\n');
                         if (TERMP_NOBREAK & p->flags) {                          if (TERMP_NOBREAK & p->flags) {

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24