Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dterm.pro23 void term_windgoto(int row, int col);
/vim-8.2.3635/src/
H A Dterm.c2800 term_windgoto(int row, int col) in term_windgoto() function
3792 term_windgoto(1, 0); in check_terminal_behavior()
3803 term_windgoto(1, 0); in check_terminal_behavior()
3823 term_windgoto(2, 0); in check_terminal_behavior()
3836 term_windgoto(2, 0); in check_terminal_behavior()
3843 term_windgoto(0, 0); in check_terminal_behavior()
H A Dscreen.c579 term_windgoto(row, col + coloff); in screen_line()
2198 term_windgoto(row, col); in screen_char()
2425 term_windgoto(row, col);// clear rest of this screen line in screen_fill()
3335 term_windgoto(row, col); in windgoto()