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

Diff for /mandoc/mdoc_term.c between version 1.254 and 1.255

version 1.254, 2013/12/24 23:04:36 version 1.255, 2013/12/25 00:39:31
Line 1564  termp_fn_pre(DECL_ARGS)
Line 1564  termp_fn_pre(DECL_ARGS)
         for (n = n->next; n; n = n->next) {          for (n = n->next; n; n = n->next) {
                 assert(MDOC_TEXT == n->type);                  assert(MDOC_TEXT == n->type);
                 term_fontpush(p, TERMFONT_UNDER);                  term_fontpush(p, TERMFONT_UNDER);
                   if (pretty)
                           p->flags |= TERMP_NBRWORD;
                 term_word(p, n->string);                  term_word(p, n->string);
                 term_fontpop(p);                  term_fontpop(p);
   

Legend:
Removed from v.1.254  
changed lines
  Added in v.1.255

CVSweb