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

Diff for /src/usr.bin/mg/keymap.c between version 1.50 and 1.51

version 1.50, 2012/06/07 15:15:04 version 1.51, 2013/05/22 19:23:45
Line 217 
Line 217 
         pagenext                /* ^V */          pagenext                /* ^V */
 };  };
   
 static PF metasp[] = {  static PF metaspex[] = {
         justone                 /* space */          justone,                /* space */
           shellcommand            /* ! */
 };  };
   
 static PF metapct[] = {  static PF metapct[] = {
Line 317 
Line 318 
                         CCHR('V'), CCHR('V'), metacV, NULL                          CCHR('V'), CCHR('V'), metacV, NULL
                 },                  },
                 {                  {
                         ' ', ' ', metasp, NULL                          ' ', '!', metaspex, NULL
                 },                  },
                 {                  {
                         '%', '%', metapct, NULL                          '%', '%', metapct, NULL

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51