0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -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

@@ -9852,6 +9852,9 @@ ex_redraw(exarg_T *eap)
#ifdef FEAT_TITLE
if (need_maketitle)
maketitle();
#endif
#if defined(WIN3264) && !defined(FEAT_GUI_W32)
resize_console_buf();
#endif
RedrawingDisabled = r;
p_lz = p;