rename editor type.
This commit is contained in:
2
main.c
2
main.c
@@ -101,7 +101,7 @@ typedef struct erow {
|
|||||||
* editor is the global editor state; it should be broken out
|
* editor is the global editor state; it should be broken out
|
||||||
* to buffers and screen state, probably.
|
* to buffers and screen state, probably.
|
||||||
*/
|
*/
|
||||||
struct editor_t {
|
struct editor {
|
||||||
struct termios entry_term;
|
struct termios entry_term;
|
||||||
int rows, cols;
|
int rows, cols;
|
||||||
int curx, cury;
|
int curx, cury;
|
||||||
|
|||||||
Reference in New Issue
Block a user