Made Editor Config global

This commit is contained in:
Arthur Barraux
2025-09-19 14:31:12 +02:00
parent 91e247d1de
commit 8ce621dfde
17 changed files with 235 additions and 215 deletions
+2 -2
View File
@@ -21,9 +21,9 @@
void die(const char *s);
void disableRawMode(struct editorConfig *E);
void disableRawMode();
void enableRawMode(struct editorConfig *E);
void enableRawMode();
int editorReadKey();