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

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

version 1.33, 2019/07/03 18:11:07 version 1.34, 2020/02/09 10:13:13
Line 26 
Line 26 
   
 static int mgwrap(PF, int, int);  static int mgwrap(PF, int, int);
   
 static int       use_metakey = TRUE;  static int               use_metakey = TRUE;
 static int       pushed = FALSE;  static int               pushed = FALSE;
 static int       pushedc;  static int               pushedc;
   
 struct map_element      *ele;  struct map_element      *ele;
   struct key               key;
 struct key key;  int                      rptcount;
   
 /*  /*
  * Toggle the value of use_metakey   * Toggle the value of use_metakey

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