basic editor navigation

This commit is contained in:
2024-10-30 04:12:38 +01:00
parent 277759d11b
commit b35706bab6
4 changed files with 482 additions and 75 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
texteditor: editor.c
$(CC) editor.c -o texteditor -Wall -Wextra -pedantic -std=c99