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

Diff for /mandoc/term.c between version 1.280 and 1.281

version 1.280, 2019/01/15 12:16:18 version 1.281, 2019/06/03 20:23:41
Line 281  term_fill(struct termp *p, size_t *nbr, size_t *vbr, s
Line 281  term_fill(struct termp *p, size_t *nbr, size_t *vbr, s
                         case ASCII_BREAK:                          case ASCII_BREAK:
                                 vn = vis;                                  vn = vis;
                                 break;                                  break;
                           default:
                                   abort();
                         }                          }
                         /* Can break at the end of a word. */                          /* Can break at the end of a word. */
                         if (breakline || vn > vtarget)                          if (breakline || vn > vtarget)

Legend:
Removed from v.1.280  
changed lines
  Added in v.1.281

CVSweb