Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawscreen.c1079 int txtcol; in fold_line() local
1251 col -= txtcol; in fold_line()
1326 RL_MEMSET(txtcol, HL_ATTR(HLF_V), wp->w_width - txtcol); in fold_line()
1337 int old_txtcol = txtcol; in fold_line()
1341 txtcol += j; in fold_line()
1343 txtcol -= wp->w_skipcol; in fold_line()
1345 txtcol -= wp->w_leftcol; in fold_line()
1346 if (txtcol >= 0 && txtcol < wp->w_width) in fold_line()
1349 txtcol = old_txtcol; in fold_line()
1357 txtcol += wp->w_virtcol; in fold_line()
[all …]