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

Diff for /src/usr.bin/mg/display.c between version 1.44 and 1.45

version 1.44, 2015/02/17 00:34:33 version 1.45, 2015/03/19 21:22:15
Line 10 
Line 10 
  * that can be done; the "vtputc" interface is a real   * that can be done; the "vtputc" interface is a real
  * pig.   * pig.
  */   */
 #include "def.h"  
 #include "kbd.h"  
   
   #include <sys/queue.h>
 #include <ctype.h>  #include <ctype.h>
   #include <signal.h>
   #include <stdio.h>
   #include <stdlib.h>
   #include <string.h>
   
   #include "def.h"
   #include "kbd.h"
   
 /*  /*
  * You can change these back to the types   * You can change these back to the types

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45