comparison src/proto/drawscreen.pro @ 29812:68ef14b21d01 v9.0.0245

patch 9.0.0245: mechanism to prevent recursive screen updating is incomplete Commit: https://github.com/vim/vim/commit/471c0fa3eed4f6207d1cb7636970547bfd2eee26 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 22 15:19:16 2022 +0100 patch 9.0.0245: mechanism to prevent recursive screen updating is incomplete Problem: Mechanism to prevent recursive screen updating is incomplete. Solution: Add "redraw_not_allowed" and set it in build_stl_str_hl(). (issue #10952)
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Aug 2022 16:30:03 +0200
parents c99005ffa8c3
children bb797331e21b
comparison
equal deleted inserted replaced
29811:4a20a89bf324 29812:68ef14b21d01
11 void redraw_after_callback(int call_update_screen, int do_message); 11 void redraw_after_callback(int call_update_screen, int do_message);
12 void redraw_later(int type); 12 void redraw_later(int type);
13 void redraw_win_later(win_T *wp, int type); 13 void redraw_win_later(win_T *wp, int type);
14 void redraw_later_clear(void); 14 void redraw_later_clear(void);
15 void redraw_all_later(int type); 15 void redraw_all_later(int type);
16 void set_must_redraw(int type);
16 void redraw_curbuf_later(int type); 17 void redraw_curbuf_later(int type);
17 void redraw_buf_later(buf_T *buf, int type); 18 void redraw_buf_later(buf_T *buf, int type);
18 void redraw_buf_line_later(buf_T *buf, linenr_T lnum); 19 void redraw_buf_line_later(buf_T *buf, linenr_T lnum);
19 void redraw_buf_and_status_later(buf_T *buf, int type); 20 void redraw_buf_and_status_later(buf_T *buf, int type);
20 void status_redraw_all(void); 21 void status_redraw_all(void);