[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.8 and 1.9

version 1.8, 2001/05/23 20:19:44 version 1.9, 2001/05/23 20:42:46
Line 410 
Line 410 
                 if (doscan(curmap, c = *keys++, &curmap) != NULL) {                  if (doscan(curmap, c = *keys++, &curmap) != NULL) {
                         if (remap(curmap, c, NULL, (KEYMAP *)NULL) != TRUE)                          if (remap(curmap, c, NULL, (KEYMAP *)NULL) != TRUE)
                                 return FALSE;                                  return FALSE;
                           /*
                            * XXX - Bizzarreness. remap creates an empty KEYMAP
                            *       that the last key is supposed to point to.
                            */
                           curmap = ele->k_prefmap;
                 }                  }
         }          }
         (VOID)doscan(curmap, c = *keys, NULL);          (VOID)doscan(curmap, c = *keys, NULL);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9