added colours for line numbers, improved toolbar

This commit is contained in:
FantasyPvP
2024-11-10 00:40:57 +00:00
parent 380f3e1ff7
commit 6573da5f43
6 changed files with 647 additions and 241 deletions
+1
View File
@@ -7,6 +7,7 @@ typedef struct {
uint32_t buffer_col;
uint32_t y_offset;
uint32_t x_offset;
bool unsaved_changes;
bool editmode;
String_t* buffer;
} Editor;