comparison src/proto/screen.pro @ 15436:29f3d59bb6f0 v8.1.0726

patch 8.1.0726: redrawing specifically for conceal feature commit https://github.com/vim/vim/commit/535d5b653a1eddf49ee11dc9639c5355ef023301 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 11 20:45:36 2019 +0100 patch 8.1.0726: redrawing specifically for conceal feature Problem: Redrawing specifically for conceal feature. Solution: Use generic redrawing methods.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Jan 2019 21:00:06 +0100
parents c17b5e30a0af
children dd2e0b83a660
comparison
equal deleted inserted replaced
15435:739e0917d0b6 15436:29f3d59bb6f0
13 void reset_updating_screen(int may_resize_shell); 13 void reset_updating_screen(int may_resize_shell);
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_single_line(win_T *wp, linenr_T lnum);
19 void update_debug_sign(buf_T *buf, linenr_T lnum); 18 void update_debug_sign(buf_T *buf, linenr_T lnum);
20 void updateWindow(win_T *wp); 19 void updateWindow(win_T *wp);
21 int screen_get_current_line_off(void); 20 int screen_get_current_line_off(void);
22 void screen_line(int row, int coloff, int endcol, int clear_width, int rlflag); 21 void screen_line(int row, int coloff, int endcol, int clear_width, int rlflag);
23 void rl_mirror(char_u *str); 22 void rl_mirror(char_u *str);