This commit is contained in:
+3
-3
@@ -2,11 +2,11 @@
|
||||
#define EDITOR_OP_H_
|
||||
|
||||
#include "data.h"
|
||||
void editorInsertChar(int c);
|
||||
void bufferInsertChar(int c);
|
||||
|
||||
void editorInsertNewLine();
|
||||
void bufferInsertNewLine();
|
||||
|
||||
void editorDelChar();
|
||||
void bufferDelChar();
|
||||
|
||||
void editorSetStatusMessage(const char *fmt, ...);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user