displays rowq and getting terminal size

This commit is contained in:
Arthur Barraux
2024-09-21 16:30:15 +02:00
parent 058b5cf96a
commit f86bd0b321
3 changed files with 105 additions and 6 deletions
+2
View File
@@ -9,6 +9,8 @@ char editorReadKey();
/* output */
void wipeScreen();
void editorDrawRows();
void editorRefreshScreen();
/* input */
void editorProcessKeypress();