Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmouse.c225 colnr_T leftcol, rightcol; in do_mouse() local
592 &leftcol, &rightcol); in do_mouse()
594 if (m_pos.col < leftcol || m_pos.col > rightcol) in do_mouse()
759 getvcols(curwin, &start_visual, &end_visual, &leftcol, &rightcol); in do_mouse()
760 if (curwin->w_curswant > (leftcol + rightcol) / 2) in do_mouse()
763 end_visual.col = rightcol; in do_mouse()
H A Dnormal.c1822 colnr_T leftcol, rightcol; in clear_showcmd() local
1853 getvcols(curwin, &curwin->w_cursor, &VIsual, &leftcol, &rightcol); in clear_showcmd()
1859 (long)(rightcol - leftcol + 1)); in clear_showcmd()