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

Diff for /mandoc/term.c between version 1.146 and 1.147

version 1.146, 2010/06/08 15:00:17 version 1.147, 2010/06/11 07:23:04
Line 603  encode(struct termp *p, const char *word, size_t sz)
Line 603  encode(struct termp *p, const char *word, size_t sz)
          * character by character.           * character by character.
          */           */
   
         if (TERMTYPE_PS == p->type) {          if (TERMFONT_NONE == (f = term_fonttop(p))) {
                 buffera(p, word, sz);  
                 return;  
         } else if (TERMFONT_NONE == (f = term_fonttop(p))) {  
                 buffera(p, word, sz);                  buffera(p, word, sz);
                 return;                  return;
         }          }

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147

CVSweb