Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dscreen.c446 int redraw_this // bool: does character need redraw? in screen_line() local
520 redraw_this = redraw_next; in screen_line()
534 redraw_this = TRUE; in screen_line()
539 redraw_this = FALSE; in screen_line()
541 if (redraw_this) in screen_line()
740 if (gui.in_use && (col > startCol || !redraw_this)) in screen_line()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dscreen.c4727 bool redraw_this; // Does character need redraw? in grid_put_linebuf() local
4790 redraw_this = redraw_next; in grid_put_linebuf()
4795 if (redraw_this) { in grid_put_linebuf()