summaryrefslogtreecommitdiffstats
path: root/src/proto/os_win32.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-03 20:44:48 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-03 20:44:48 +0200
commite9c21aed6233185e7fbe1b462a0571c0e460a5a9 (patch)
treeb18f24877ce95b0c81a2a0d2fe0af691d9cd6c9f /src/proto/os_win32.pro
parentb4a6721a288438c96fbeb051b09ef90735ac70d6 (diff)
patch 8.0.0854: no redraw after terminal was closedv8.0.0854
Problem: No redraw after terminal was closed. Solution: Set typebuf_was_filled. (Yasuhiro Matsumoto, closes #1925, closes #1924) Add function to check for messages even when input is available.
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 4e0629867a..bc16a193aa 100644
--- a/src/proto/os_win32.pro
+++ b/src/proto/os_win32.pro
@@ -8,6 +8,7 @@ void PlatformId(void);
void mch_setmouse(int on);
void mch_update_cursor(void);
int mch_char_avail(void);
+int mch_check_messages(void);
int mch_inchar(char_u *buf, int maxlen, long time, int tb_change_cnt);
void mch_init(void);
void mch_exit(int r);