Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c451 int redraw_next; // redraw_this for next character in screen_line() local
511 redraw_next = char_needs_redraw(off_from, off_to, endcol - col); in screen_line()
520 redraw_this = redraw_next; in screen_line()
521 redraw_next = force || char_needs_redraw(off_from + CHAR_CELLS, in screen_line()
528 if (redraw_next && gui.in_use) in screen_line()
570 redraw_next = TRUE; // or else next char would miss out in screen_line()
598 redraw_next = TRUE; in screen_line()
609 redraw_next = TRUE; in screen_line()
664 redraw_next = TRUE; in screen_line()