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)
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index ccca2f9..8cdb046 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -9853,6 +9853,9 @@
if (need_maketitle)
maketitle();
#endif
+#if defined(WIN3264) && !defined(FEAT_GUI_W32)
+ resize_console_buf();
+#endif
RedrawingDisabled = r;
p_lz = p;