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
+1 -3
View File
@@ -2,9 +2,7 @@
#define EDITOR_OP_H_
#include "data.h"
void editorInsertChar(utf_8_char_t *c);
void editorInsertNewLine(void);
void editorInsertChar(int c);
void editorDelChar();