add utf8_char_t struct
This commit is contained in:
+2
-2
@@ -24,9 +24,9 @@ char *editorPrompt(char *prompt, char * PlaceHolder, char bPathMode);
|
||||
|
||||
char *key_to_string(int key);
|
||||
|
||||
void editorMoveCursor(int key);
|
||||
void editorMoveCursor(KeyInfo * key);
|
||||
|
||||
int executeKeyBind(char *key_sequence);
|
||||
int executeKeyBind(KeyInfo *key_sequence);
|
||||
|
||||
/**
|
||||
* \fn void editorProcessKeypress()
|
||||
|
||||
Reference in New Issue
Block a user