summaryrefslogtreecommitdiffstats
path: root/src/proto/os_win32.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-13 22:30:11 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-13 22:30:11 +0200
commit57da69816872d53038e8a7e8dd4dc39a31192f0d (patch)
tree39106371159bdf50be5a35c4da1e542d0601f0eb /src/proto/os_win32.pro
parentdbec74907eb614517bcf27116d5aad32e087f241 (diff)
patch 8.1.2027: MS-Windows: problem with ambiwidth charactersv8.1.2027
Problem: MS-Windows: problem with ambiwidth characters. Solution: handle ambiguous width characters in ConPTY on Windows 10 (1903). (Nobuhiro Takasaki, closes #4411)
Diffstat (limited to 'src/proto/os_win32.pro')
-rw-r--r--src/proto/os_win32.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/os_win32.pro b/src/proto/os_win32.pro
index f251640347..94b2f72005 100644
--- a/src/proto/os_win32.pro
+++ b/src/proto/os_win32.pro
@@ -76,6 +76,7 @@ int use_vtp(void);
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 : */