comparison src/proto/screen.pro @ 16986:03f3a9ca2770 v8.1.1493

patch 8.1.1493: redrawing with popups is slow and causes flicker commit https://github.com/vim/vim/commit/33796b39b9f00b42ca57fa00dbbb52316d9d38ff Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 8 16:01:13 2019 +0200 patch 8.1.1493: redrawing with popups is slow and causes flicker Problem: Redrawing with popups is slow and causes flicker. Solution: Avoid clearing and redrawing using a zindex mask.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jun 2019 16:15:04 +0200
parents 7cade95272c4
children d4a7c690c8e6
comparison
equal deleted inserted replaced
16985:914898e347fe 16986:03f3a9ca2770
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 may_update_popup_mask(int type_arg);
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);