Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawscreen.c1311 if (wp->w_old_cursor_fcol + txtcol < (colnr_T)wp->w_width) in fold_line()
1319 RL_MEMSET(wp->w_old_cursor_fcol + txtcol, HL_ATTR(HLF_V), in fold_line()
1320 len - (int)wp->w_old_cursor_fcol); in fold_line()
2051 if (fromc != wp->w_old_cursor_fcol in win_update()
2059 wp->w_old_cursor_fcol = fromc; in win_update()
H A Dstructs.h3444 colnr_T w_old_cursor_fcol; // first column for block visual part member
H A Ddrawline.c560 fromcol = wp->w_old_cursor_fcol; in win_line()