[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.257 and 1.258

version 1.257, 2013/12/25 15:12:45 version 1.258, 2013/12/25 21:24:12
Line 1601  termp_fa_pre(DECL_ARGS)
Line 1601  termp_fa_pre(DECL_ARGS)
   
         for (nn = n->child; nn; nn = nn->next) {          for (nn = n->child; nn; nn = nn->next) {
                 term_fontpush(p, TERMFONT_UNDER);                  term_fontpush(p, TERMFONT_UNDER);
                 if (MDOC_SYNPRETTY & n->flags)                  p->flags |= TERMP_NBRWORD;
                         p->flags |= TERMP_NBRWORD;  
                 term_word(p, nn->string);                  term_word(p, nn->string);
                 term_fontpop(p);                  term_fontpop(p);
   

Legend:
Removed from v.1.257  
changed lines
  Added in v.1.258

CVSweb