[BACK]Return to term.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/term.c between version 1.207 and 1.208

version 1.207, 2013/05/29 15:17:52 version 1.208, 2013/08/05 23:36:42
Line 162  term_flushln(struct termp *p)
Line 162  term_flushln(struct termp *p)
                  */                   */
   
                 for (j = i, jhy = 0; j < p->col; j++) {                  for (j = i, jhy = 0; j < p->col; j++) {
                         if ((j && ' ' == p->buf[j]) || '\t' == p->buf[j])                          if (' ' == p->buf[j] || '\t' == p->buf[j])
                                 break;                                  break;
   
                         /* Back over the the last printed character. */                          /* Back over the the last printed character. */

Legend:
Removed from v.1.207  
changed lines
  Added in v.1.208

CVSweb