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

Diff for /src/usr.bin/mg/tty.c between version 1.33 and 1.34

version 1.33, 2015/03/17 18:08:52 version 1.34, 2015/03/19 21:22:15
Line 27 
Line 27 
  * rather than the assumption that scrolling region operations look better.   * rather than the assumption that scrolling region operations look better.
  */   */
   
 #include "def.h"  #include <sys/ioctl.h>
   #include <sys/queue.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/time.h>  #include <sys/time.h>
 #include <sys/ioctl.h>  #include <signal.h>
   #include <stdio.h>
 #include <term.h>  #include <term.h>
   
   #include "def.h"
   
 static int       charcost(const char *);  static int       charcost(const char *);
   

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34