add utf8_char_t struct
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ void editorFreeRow(erow *row);
|
||||
|
||||
void editorDelRow(int at);
|
||||
|
||||
void editorRowInsertChar(erow *row, int at, int c);
|
||||
void editorRowInsertChar(erow *row, int at, utf_8_char_t c);
|
||||
|
||||
void editorRowAppendString(erow *row, char *s, size_t len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user