Searched refs:uv__tty_make_real_coord (Results 1 – 1 of 1) sorted by relevance
/libuv/src/win/ |
H A D | tty.c | 1152 static COORD uv__tty_make_real_coord(uv_tty_t* handle, in uv__tty_make_real_coord() function 1224 pos = uv__tty_make_real_coord(handle, &info, x, x_relative, y, y_relative); in uv__tty_move_caret() 1356 start = uv__tty_make_real_coord(handle, &info, x1, x1r, y1, y1r); in uv__tty_clear() 1357 end = uv__tty_make_real_coord(handle, &info, x2, x2r, y2, y2r); in uv__tty_clear()
|
Completed in 18 milliseconds