From f200a7bfcd22aec44cb656d10ee91a778d5254a7 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Wed, 26 Nov 2025 18:39:06 -0800 Subject: [PATCH] rename editor type. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 940ccab..bf38ff6 100644 --- a/main.c +++ b/main.c @@ -101,7 +101,7 @@ typedef struct erow { * editor is the global editor state; it should be broken out * to buffers and screen state, probably. */ -struct editor_t { +struct editor { struct termios entry_term; int rows, cols; int curx, cury;