Fully fonctional editing

This commit is contained in:
Arthur Barraux
2024-10-10 02:09:48 +02:00
parent 1c22c3beca
commit a6f32d4c49
15 changed files with 249 additions and 47 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ int main(int argc, char *argv[]) {
editorOpen(&E, argv[1]);
}
editorSetStatusMessage(&E, "HELP: Ctrl-Q = quit");
editorSetStatusMessage(&E, "HELP: Ctrl-S = save | Ctrl-Q = quit");
while (1) {
editorRefreshScreen(&E);