multigrid: rename grid->ScreenLines and other grid arrays

This commit is contained in:
Björn Linse
2018-12-31 13:29:58 +01:00
parent c778c2e107
commit c72d9ce0a6
9 changed files with 170 additions and 181 deletions

View File

@@ -1494,7 +1494,7 @@ void edit_putchar(int c, int highlight)
{
int attr;
if (curwin->w_grid.ScreenLines != NULL || default_grid.ScreenLines != NULL) {
if (curwin->w_grid.chars != NULL || default_grid.chars != NULL) {
update_topline(); // just in case w_topline isn't valid
validate_cursor();
if (highlight) {