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
+2 -4
View File
@@ -22,11 +22,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(KeyInfo *key_sequence);
int executeKeyBind(char *key_sequence);
/**
* \fn void editorProcessKeypress()