fixed an issue with line numbers not being added to new lines
This commit is contained in:
@@ -16,5 +16,6 @@ Editor editor_from(char* input_string);
|
||||
void move_cursor(Editor* self, int x, int y);
|
||||
void delchar(Editor* self);
|
||||
void addchar(Editor* self, char c);
|
||||
void pressed_enter(Editor* self);
|
||||
|
||||
String_t* to_string(Editor* self);
|
||||
|
||||
Reference in New Issue
Block a user