mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
multigrid: Clean whole grid when it was just resized
This commit is contained in:

committed by
Björn Linse

parent
0bab611a96
commit
4f1dcf7c28
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user