comparison src/proto/os_win32.pro @ 11949:74e45c11b754 v8.0.0854

patch 8.0.0854: no redraw after terminal was closed commit https://github.com/vim/vim/commit/e9c21aed6233185e7fbe1b462a0571c0e460a5a9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 3 20:44:48 2017 +0200 patch 8.0.0854: no redraw after terminal was closed Problem: No redraw after terminal was closed. Solution: Set typebuf_was_filled. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/1925, closes #1924) Add function to check for messages even when input is available.
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Aug 2017 20:45:04 +0200
parents 3457728d1a58
children 85f0f557661e
comparison
equal deleted inserted replaced
11948:22b9a1d98097 11949:74e45c11b754
6 void dyn_libintl_end(void); 6 void dyn_libintl_end(void);
7 void PlatformId(void); 7 void PlatformId(void);
8 void mch_setmouse(int on); 8 void mch_setmouse(int on);
9 void mch_update_cursor(void); 9 void mch_update_cursor(void);
10 int mch_char_avail(void); 10 int mch_char_avail(void);
11 int mch_check_messages(void);
11 int mch_inchar(char_u *buf, int maxlen, long time, int tb_change_cnt); 12 int mch_inchar(char_u *buf, int maxlen, long time, int tb_change_cnt);
12 void mch_init(void); 13 void mch_init(void);
13 void mch_exit(int r); 14 void mch_exit(int r);
14 int mch_check_win(int argc, char **argv); 15 int mch_check_win(int argc, char **argv);
15 void fname_case(char_u *name, int len); 16 void fname_case(char_u *name, int len);