add utf8_char_t struct
This commit is contained in:
+3
-1
@@ -25,10 +25,12 @@ void disableRawMode();
|
||||
|
||||
void enableRawMode();
|
||||
|
||||
int editorReadKey();
|
||||
KeyInfo * editorReadKey();
|
||||
|
||||
int getCursorPosition(int *rows, int *cols);
|
||||
|
||||
KeyInfo *stringToCodepoint(const char *string);
|
||||
|
||||
int getWindowSize(int *rows, int *cols);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user