[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.1 and 1.3

version 1.1, 2010/06/08 15:00:17 version 1.3, 2010/06/09 08:07:13
Line 24 
Line 24 
 #include <stdint.h>  #include <stdint.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <unistd.h>
   
 #include "out.h"  #include "out.h"
 #include "term.h"  #include "term.h"
Line 86  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.1  
changed lines
  Added in v.1.3

CVSweb