1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Merge name to function and key code to function table initialization.

This commit is contained in:
2021-07-23 10:47:58 +08:00
parent 521d96fbda
commit f30ef38bc8
8 changed files with 321 additions and 562 deletions

1
main.c
View File

@@ -165,6 +165,7 @@ int main(int argc, char **argv)
}
/* Initialize the editor. */
init_bindings() ; /* initialize mapping of function to name and key */
vtinit(); /* Display */
mloutfmt = mlwrite ;
edinit("main"); /* Buffers, windows */