ke was actually all kinds of fuggled

This commit is contained in:
2020-02-11 17:16:31 -08:00
parent a897623c26
commit 4d7da30a41
4 changed files with 175 additions and 170 deletions

7
defs.h
View File

@@ -31,7 +31,7 @@ struct erow {
};
static struct {
struct editor_t {
struct termios entry_term;
int rows, cols;
int curx, cury;
@@ -45,7 +45,10 @@ static struct {
int dirtyex;
char msg[80];
time_t msgtm;
} editor;
} _editor;
static struct editor_t *editor = &_editor;
/*