added loading files

This commit is contained in:
FantasyPvP
2024-11-08 10:36:07 +00:00
parent be32741af2
commit e7ecffa65a
8 changed files with 283 additions and 29 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ typedef struct {
Editor new_editor();
Editor editor_from(char* input_string);
Editor editor_from(String_t input_string);
void move_cursor(Editor* self, int x, int y);
void delchar(Editor* self);