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
+4
View File
@@ -4,4 +4,8 @@
#include "data.h"
void editorInsertChar(struct editorConfig *E, int c);
void editorInsertNewLine(struct editorConfig *E);
void editorDelChar(struct editorConfig *E);
#endif // EDITOR_OP_H_