Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c455 # define CHAR_CELLS char_cells in screen_line() macro
521 redraw_next = force || char_needs_redraw(off_from + CHAR_CELLS, in screen_line()
522 off_to + CHAR_CELLS, endcol - col - CHAR_CELLS); in screen_line()
530 hl = ScreenAttrs[off_to + CHAR_CELLS]; in screen_line()
697 off_to += CHAR_CELLS; in screen_line()
698 off_from += CHAR_CELLS; in screen_line()
699 col += CHAR_CELLS; in screen_line()