fixed an issue with line numbers not being added to new lines

This commit is contained in:
FantasyPvP
2024-11-07 16:15:13 +00:00
parent bef5547d50
commit be32741af2
4 changed files with 17 additions and 2 deletions
+1
View File
@@ -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);