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/proto/os_win32.pro b/src/proto/os_win32.pro
index 6157e01..ca5bad6 100644
--- a/src/proto/os_win32.pro
+++ b/src/proto/os_win32.pro
@@ -75,4 +75,5 @@
int has_vtp_working(void);
int has_conpty_working(void);
int is_conpty_stable(void);
+void resize_console_buf(void);
/* vim: set ft=c : */