[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.13 and 1.14

version 1.13, 2002/02/14 14:24:21 version 1.14, 2002/02/16 21:27:49
Line 33 
Line 33 
 #include <term.h>  #include <term.h>
 #include <signal.h>  #include <signal.h>
   
 static int       charcost       __P((char *));  static int       charcost(char *);
   
 static int       cci;  static int       cci;
 static int       insdel;        /* Do we have both insert & delete line? */  static int       insdel;        /* Do we have both insert & delete line? */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14