multigrid: Clean whole grid when it was just resized

This commit is contained in:
Utkarsh Maheshwari
2018-08-18 15:39:22 +05:30
committed by Björn Linse
parent 0bab611a96
commit 4f1dcf7c28
3 changed files with 16 additions and 8 deletions

View File

@@ -157,7 +157,7 @@ typedef off_t off_T;
/// Note: before the screen is initialized and when out of memory these can be
/// NULL.
EXTERN ScreenGrid default_grid INIT(= { 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0,
0, 0 });
0, 0, 0 });
#define DEFAULT_GRID_HANDLE 1 /* handle for the default_grid */