[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.47 and 1.48

version 1.47, 2010/08/20 00:53:35 version 1.48, 2010/08/20 23:22:07
Line 271 
Line 271 
                 vis = vend;                  vis = vend;
         }          }
   
           /*
            * If there was trailing white space, it was not printed;
            * so reset the cursor position accordingly.
            */
           vis -= vbl;
   
         p->col = 0;          p->col = 0;
         p->overstep = 0;          p->overstep = 0;
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48