[BACK]Return to term.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/term.c between version 1.37 and 1.38

version 1.37, 2010/06/10 22:50:10 version 1.38, 2010/06/26 17:56:43
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>   * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 599 
Line 599 
          * 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.37  
changed lines
  Added in v.1.38