Searched refs:uv__tty_make_real_coord (Results 1 – 1 of 1) sorted by relevance
/third_party/libuv/src/win/ |
D | tty.c | 1163 static COORD uv__tty_make_real_coord(uv_tty_t* handle, in uv__tty_make_real_coord() function 1235 pos = uv__tty_make_real_coord(handle, &info, x, x_relative, y, y_relative); in uv__tty_move_caret() 1367 start = uv__tty_make_real_coord(handle, &info, x1, x1r, y1, y1r); in uv__tty_clear() 1368 end = uv__tty_make_real_coord(handle, &info, x2, x2r, y2, y2r); in uv__tty_clear()
|