summaryrefslogtreecommitdiffstats
path: root/src/proto/os_win32.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-28 20:44:42 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-28 20:44:42 +0200
commit7ed8f59ae09278c666f1b43488351f9450097372 (patch)
tree8a01bda429bdf136a4ab5568f0bf033456ed5217 /src/proto/os_win32.pro
parent224a5f17c6ec9e98322a4c6792ce4f9bb31a4cce (diff)
patch 8.2.0656: MS-Windows: redrawing right screen edge may not be neededv8.2.0656
Problem: MS-Windows: redrawing right screen edge may not be needed. Solution: Check the build version. (Nobuhiro Takasaki, closes #6002)
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 e60ce92ca1..15c1323157 100644
--- a/src/proto/os_win32.pro
+++ b/src/proto/os_win32.pro
@@ -79,5 +79,6 @@ int has_vtp_working(void);
int has_conpty_working(void);
int get_conpty_type(void);
int is_conpty_stable(void);
+int get_conpty_fix_type(void);
void resize_console_buf(void);
/* vim: set ft=c : */