mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 13:08:33 +00:00
multigrid: Get rid of global ScreenLines and set_screengrid
This commit is contained in:

committed by
Björn Linse

parent
0432e1586e
commit
911b731378
@@ -1494,7 +1494,7 @@ void edit_putchar(int c, int highlight)
|
||||
{
|
||||
int attr;
|
||||
|
||||
if (ScreenLines != NULL) {
|
||||
if (default_grid.ScreenLines != NULL) {
|
||||
update_topline(); /* just in case w_topline isn't valid */
|
||||
validate_cursor();
|
||||
if (highlight) {
|
||||
|
Reference in New Issue
Block a user