Searched refs:uv__tty_move_caret (Results 1 – 1 of 1) sorted by relevance
/third_party/libuv/src/win/ |
D | tty.c | 1221 static int uv__tty_move_caret(uv_tty_t* handle, int x, unsigned char x_relative, in uv__tty_move_caret() function 1599 if (uv__tty_move_caret(handle, in uv__tty_restore_state() 1974 uv__tty_move_caret(handle, 0, 1, y, 1, error); 1982 uv__tty_move_caret(handle, 0, 1, y, 1, error); 1990 uv__tty_move_caret(handle, x, 1, 0, 1, error); 1998 uv__tty_move_caret(handle, x, 1, 0, 1, error); 2006 uv__tty_move_caret(handle, 0, 0, y, 1, error); 2014 uv__tty_move_caret(handle, 0, 0, y, 1, error); 2023 uv__tty_move_caret(handle, x, 0, 0, 1, error); 2036 uv__tty_move_caret(handle, x, 0, y, 0, error);
|