Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c745 int prev_cells = 1; in screen_line() local
750 prev_cells = ScreenLines[off_to - 1] == 0 ? 2 : 1; in screen_line()
760 prev_cells = (*mb_off2cells)(off, max_off); in screen_line()
761 off += prev_cells; in screen_line()
765 if (enc_dbcs != 0 && prev_cells > 1) in screen_line()
766 screen_char_2(off_to - prev_cells, row, in screen_line()
767 col + coloff - prev_cells); in screen_line()
769 screen_char(off_to - prev_cells, row, in screen_line()
770 col + coloff - prev_cells); in screen_line()