Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dterm.pro24 void term_cursor_right(int i);
/vim-8.2.3635/src/
H A Dscreen.c3333 term_cursor_right(col - screen_cur_col); in windgoto()
H A Dterm.c2806 term_cursor_right(int i) in term_cursor_right() function