utf8 processing without struct

This commit is contained in:
2026-05-03 23:32:40 +02:00
parent eae85c32ca
commit 8e1b4d2f86
23 changed files with 637 additions and 906 deletions
+3 -3
View File
@@ -25,12 +25,12 @@ void disableRawMode();
void enableRawMode();
KeyInfo * editorReadKey();
int editorReadKey();
int getCursorPosition(int *rows, int *cols);
KeyInfo *stringToCodepoint(const char *string);
int getWindowSize(int *rows, int *cols);
char *key_to_string(int key);
#endif