Remove EditMode

Pretty sure this isn't going to be how vi mode works if I ever
manage to implement it anyway.
weechat-hashes
June McEnroe 2022-07-30 14:15:57 -04:00
parent 563ac9e3bf
commit 9a415245a1
1 changed files with 0 additions and 5 deletions

5
edit.h
View File

@ -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;