added loading files
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user