0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 8.1.0940: MS-Windows console resizing not handled properly

Problem:    MS-Windows console resizing not handled properly.
Solution:   Handle resizing the console better. (Nobuhiro Takasaki,
            closes #3968, closes #3611)
This commit is contained in:
Bram Moolenaar
2019-02-17 15:00:52 +01:00
parent 3678f65d43
commit 78d21dae9c
5 changed files with 50 additions and 7 deletions

View File

@@ -5401,6 +5401,9 @@ nv_clear(cmdarg_T *cap)
# endif
#endif
redraw_later(CLEAR);
#if defined(WIN3264) && !defined(FEAT_GUI_W32)
resize_console_buf();
#endif
}
}