utf8 processing without struct
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user