rename editor type.

This commit is contained in:
2025-11-26 18:39:06 -08:00
parent 58daeac6ad
commit f200a7bfcd

2
main.c
View File

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