comparison src/proto/screen.pro @ 17055:f4de7ccdfd8c v8.1.1527

patch 8.1.1527: when moving popup window over the cmdline it is not redrawn commit https://github.com/vim/vim/commit/a540f8aa3b2570f1d903b63413301ec3d48b27d5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 14 19:23:57 2019 +0200 patch 8.1.1527: when moving popup window over the cmdline it is not redrawn Problem: When moving a popup window over the command line it is not redrawn. Solution: Redraw the command line. Move popup redrawing code to the popupwin file.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Jun 2019 19:30:05 +0200
parents d4a7c690c8e6
children 079e10a49ea1
comparison
equal deleted inserted replaced
17054:aebfdd4e9ac5 17055:f4de7ccdfd8c
14 void update_curbuf(int type); 14 void update_curbuf(int type);
15 int update_screen(int type_arg); 15 int update_screen(int type_arg);
16 int conceal_cursor_line(win_T *wp); 16 int conceal_cursor_line(win_T *wp);
17 void conceal_check_cursor_line(void); 17 void conceal_check_cursor_line(void);
18 void update_debug_sign(buf_T *buf, linenr_T lnum); 18 void update_debug_sign(buf_T *buf, linenr_T lnum);
19 int get_wcr_attr(win_T *wp);
19 void updateWindow(win_T *wp); 20 void updateWindow(win_T *wp);
20 int screen_get_current_line_off(void); 21 int screen_get_current_line_off(void);
21 void screen_line(int row, int coloff, int endcol, int clear_width, int flags); 22 void screen_line(int row, int coloff, int endcol, int clear_width, int flags);
22 void rl_mirror(char_u *str); 23 void rl_mirror(char_u *str);
23 void status_redraw_all(void); 24 void status_redraw_all(void);