Searched refs:windgoto (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | screen.c | 566 windgoto(row, col + coloff); in screen_line() 2178 windgoto(row, col); in screen_char() 3101 windgoto(int row, int col) in windgoto() function 3812 windgoto(cursor_row, cursor_col); in screen_ins_lines() 3831 windgoto(cursor_row, cursor_col); in screen_ins_lines() 3848 windgoto(off + i, cursor_col); in screen_ins_lines() 4043 windgoto(cursor_row, cursor_col); in screen_del_lines() 4049 windgoto(cursor_row, cursor_col); in screen_del_lines() 4060 windgoto(cursor_end - 1, cursor_col); in screen_del_lines() 4070 windgoto(cursor_row, cursor_col); in screen_del_lines() [all …]
|
| H A D | ex_getln.c | 1932 windgoto(msg_row, 0); in getcmdline_int() 2952 windgoto(msg_row, msg_col); in getexmodeline() 3025 windgoto(msg_row, msg_col); in getexmodeline() 3779 windgoto(cmdline_row, 0); in redrawcmd() 3841 windgoto(msg_row, msg_col); in cursorcmd() 3863 windgoto(cmdline_row, 0); in gotocmdline()
|
| H A D | ex_cmds.c | 1023 windgoto(msg_row, msg_col); in do_bang() 1171 windgoto((int)Rows - 1, 0); in do_filter() 1426 windgoto(msg_row, msg_col); in do_shell() 4306 windgoto(msg_row, msg_col); in ex_substitute()
|
| H A D | misc1.c | 938 windgoto(msg_row, msg_col); in get_number() 2142 windgoto((int)Rows - 1, 0); in prepare_to_exit()
|
| H A D | main.c | 1559 windgoto((int)Rows - 1, 0); in getout() 1669 windgoto((int)Rows - 1, 0); in getout()
|
| H A D | getchar.c | 2042 windgoto(msg_row, msg_col); in getchar_common() 2816 windgoto(was_screen_row, was_screen_col); in handle_mapping()
|
| H A D | os_unix.c | 3384 windgoto((int)Rows - 1, 0); // may have moved the cursor in exit_scroll() 5114 windgoto(msg_row, msg_col); in mch_call_shell_fork() 5236 windgoto(msg_row, msg_col); in mch_call_shell_fork()
|
| H A D | os_win32.c | 3716 windgoto((int)Rows - 1, 0); in handler_routine() 4338 windgoto(msg_row, msg_col); in dump_pipe() 4526 windgoto(msg_row, msg_col); in mch_system_piped()
|
| H A D | message.c | 3322 windgoto(msg_row, msg_col); // put cursor back in repeat_message()
|
| H A D | ex_docmd.c | 6170 windgoto((int)Rows - 1, 0); in ex_stop() 7492 windgoto((int)n, curwin->w_wincol + curwin->w_wcol); in ex_sleep()
|
| H A D | terminal.c | 1176 windgoto(term->tl_cursor_pos.row + term->tl_toprow, in update_cursor()
|
| /vim-8.2.3635/src/proto/ |
| H A D | screen.pro | 37 void windgoto(int row, int col);
|