Color theming

This commit is contained in:
Arthur Barraux
2026-01-22 14:00:47 +01:00
parent fa7f8d39d8
commit f3bd5dd1c9
15 changed files with 472 additions and 207 deletions
+2
View File
@@ -8,4 +8,6 @@ void editorInsertNewLine();
void editorDelChar();
void editorSetStatusMessage(const char *fmt, ...);
#endif // EDITOR_OP_H_