Status bar / editing / saving file
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef EDITOR_OP_H_
|
||||
#define EDITOR_OP_H_
|
||||
|
||||
#include "data.h"
|
||||
void editorInsertChar(struct editorConfig *E, int c);
|
||||
|
||||
#endif // EDITOR_OP_H_
|
||||
Reference in New Issue
Block a user