[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.94 and 1.95

version 1.94, 2014/11/01 04:03:22 version 1.95, 2014/11/16 21:29:27
Line 252 
Line 252 
          * If there was trailing white space, it was not printed;           * If there was trailing white space, it was not printed;
          * so reset the cursor position accordingly.           * so reset the cursor position accordingly.
          */           */
         if (vis)          if (vis > vbl)
                 vis -= vbl;                  vis -= vbl;
           else
                   vis = 0;
   
         p->col = 0;          p->col = 0;
         p->overstep = 0;          p->overstep = 0;

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95