Remove EditMode
Pretty sure this isn't going to be how vi mode works if I ever manage to implement it anyway.
This commit is contained in:
parent
563ac9e3bf
commit
9a415245a1
5
edit.h
5
edit.h
@ -28,12 +28,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
enum EditMode {
|
||||
EditInsert,
|
||||
};
|
||||
|
||||
struct Edit {
|
||||
enum EditMode mode;
|
||||
wchar_t *buf;
|
||||
size_t pos;
|
||||
size_t len;
|
||||
|
Loading…
x
Reference in New Issue
Block a user