Home
last modified time | relevance | path

Searched refs:need_redraw (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dui.c1131 int need_redraw = FALSE; in ui_focus_change() local
1138 need_redraw = check_timestamps( in ui_focus_change()
1151 need_redraw |= apply_autocmds(in_focus ? EVENT_FOCUSGAINED in ui_focus_change()
1154 if (need_redraw) in ui_focus_change()
H A Dedit.c3347 int need_redraw = FALSE; in ins_reg() local
3420 need_redraw = TRUE; // remove the '"' in ins_reg()
3438 need_redraw = TRUE; // remove the '"' in ins_reg()
3444 need_redraw = TRUE; in ins_reg()
3458 if (need_redraw || stuff_empty()) in ins_reg()
H A Dscreen.c1517 int need_redraw; in screen_puts_len() local
1609 need_redraw = ScreenLines[off] != c in screen_puts_len()
1623 if ((need_redraw || force_redraw_this) in screen_puts_len()
1634 if (need_redraw && ScreenLines[off] != ' ' && ( in screen_puts_len()