Fully fonctional editing
This commit is contained in:
@@ -4,4 +4,8 @@
|
||||
#include "data.h"
|
||||
void editorInsertChar(struct editorConfig *E, int c);
|
||||
|
||||
void editorInsertNewLine(struct editorConfig *E);
|
||||
|
||||
void editorDelChar(struct editorConfig *E);
|
||||
|
||||
#endif // EDITOR_OP_H_
|
||||
|
||||
Reference in New Issue
Block a user