Searched refs:redraw_next (Results 1 – 1 of 1) sorted by relevance
451 int redraw_next; // redraw_this for next character in screen_line() local511 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()