Status bar / editing / saving file

This commit is contained in:
Arthur Barraux
2024-10-08 14:57:59 +02:00
parent 297eef4ce2
commit 1c22c3beca
15 changed files with 334 additions and 27 deletions
+2 -2
View File
@@ -77,9 +77,9 @@ int editorReadKey() {
case 'B':
return CURSOR_DOWN;
case 'C':
return CURSOR_LEFT;
case 'D':
return CURSOR_RIGHT;
case 'D':
return CURSOR_LEFT;
case 'H':
return BEG_LINE;
case 'F':