patch 8.1.2027: MS-Windows: problem with ambiwidth characters
Problem: MS-Windows: problem with ambiwidth characters.
Solution: handle ambiguous width characters in ConPTY on Windows 10 (1903).
(Nobuhiro Takasaki, closes #4411)
diff --git a/src/proto/os_win32.pro b/src/proto/os_win32.pro
index f251640..94b2f72 100644
--- a/src/proto/os_win32.pro
+++ b/src/proto/os_win32.pro
@@ -76,6 +76,7 @@
int is_term_win32(void);
int has_vtp_working(void);
int has_conpty_working(void);
+int get_conpty_type(void);
int is_conpty_stable(void);
void resize_console_buf(void);
/* vim: set ft=c : */