Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dscreen.c434 int coloff, in screen_line() argument
468 off_to = LineOffset[row] + coloff; in screen_line()
500 if (coloff > 0 && enc_utf8 in screen_line()
566 windgoto(row, col + coloff); in screen_line()
579 term_windgoto(row, col + coloff); in screen_line()
683 && col + coloff > 0) in screen_line()
709 screen_char(off_to, row, col + coloff); in screen_line()
767 col + coloff - prev_cells); in screen_line()
770 col + coloff - prev_cells); in screen_line()
774 screen_fill(row, row + 1, col + coloff, clear_width + coloff, in screen_line()
[all …]
H A Dmove.c1235 colnr_T coloff = 0; in textpos2screenpos() local
1265 coloff = col - scol + wp->w_wincol + 1; in textpos2screenpos()
1271 *scolp = scol + coloff; in textpos2screenpos()
1272 *ccolp = ccol + coloff; in textpos2screenpos()
1273 *ecolp = ecol + coloff; in textpos2screenpos()
/vim-8.2.3635/src/proto/
H A Dscreen.pro10 void screen_line(int row, int coloff, int endcol, int clear_width, int flags);