[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.31 and 1.32

version 1.31, 2014/11/16 00:47:35 version 1.32, 2014/11/16 00:50:00
Line 39 
Line 39 
   
 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? */
 static char     *scroll_fwd;    /* How to scroll forward. */  static const char       *scroll_fwd;    /* How to scroll forward. */
   
 static void      winchhandler(int);  static void      winchhandler(int);
   

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32