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

Diff for /src/usr.bin/mg/main.c between version 1.15 and 1.16

version 1.15, 2002/02/16 21:27:49 version 1.16, 2002/02/20 22:30:54
Line 41 
Line 41 
         maps_init();            /* Keymaps and modes.           */          maps_init();            /* Keymaps and modes.           */
         funmap_init();          /* Functions.                   */          funmap_init();          /* Functions.                   */
         ttykeymapinit();        /* Symbols, bindings.           */          ttykeymapinit();        /* Symbols, bindings.           */
           undo_init();
   
         /*          /*
          * This is where we initialize standalone extensions that should           * This is where we initialize standalone extensions that should
          * be loaded dynamically sometime in the future.           * be loaded dynamically sometime in the future.

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16