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

Diff for /src/usr.bin/mg/extend.c between version 1.31 and 1.32

version 1.31, 2004/07/22 01:25:25 version 1.32, 2005/03/10 16:58:57
Line 85 
Line 85 
  */   */
 static int  static int
 remap(KEYMAP *curmap,           /* pointer to the map being changed */  remap(KEYMAP *curmap,           /* pointer to the map being changed */
       int c,                    /* character being changed */      int c,                      /* character being changed */
       PF funct,                 /* function being changed to */      PF funct,                   /* function being changed to */
       KEYMAP *pref_map          /* if funct==NULL, map to bind to or      KEYMAP *pref_map)           /* if funct==NULL, map to bind to or NULL for new */
                                    NULL for new */  
       )  
 {  {
         int              i, n1, n2, nold;          int              i, n1, n2, nold;
         KEYMAP          *mp, *newmap;          KEYMAP          *mp, *newmap;

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