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

Diff for /mandoc/term_ascii.c between version 1.2 and 1.3

version 1.2, 2010/06/08 15:06:01 version 1.3, 2010/06/09 08:07:13
Line 87  static void
Line 87  static void
 ascii_letter(struct termp *p, char c)  ascii_letter(struct termp *p, char c)
 {  {
   
         /* Just push onto the screen. */  
         putchar(c);          putchar(c);
 }  }
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb