multigrid: Put everything on default_grid if not ext_multigrid

This commit is contained in:
Utkarsh Maheshwari
2018-06-19 11:45:10 +05:30
committed by Björn Linse
parent d5754eae02
commit 0432e1586e
4 changed files with 82 additions and 31 deletions

View File

@@ -164,6 +164,8 @@ EXTERN int screen_Columns INIT(= 0); /* actual size of ScreenLines[] */
EXTERN ScreenGrid default_grid INIT(= { 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0,
0, 0 });
#define DEFAULT_GRID_HANDLE 1 /* handle for the default_grid */
/*
* When vgetc() is called, it sets mod_mask to the set of modifiers that are
* held down based on the MOD_MASK_* symbols that are read first.