mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 13:08:33 +00:00
multigrid: rename grid->ScreenLines and other grid arrays
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user