HomeSort by: relevance | last modified time | path
    Searched defs:get_cursor_info (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-tty-escape-sequence-processing.c 127 static CONSOLE_CURSOR_INFO get_cursor_info(uv_tty_t* tty_out) { function
135 CONSOLE_CURSOR_INFO info = get_cursor_info(tty_out);
141 return get_cursor_info(tty_out).dwSize;
145 CONSOLE_CURSOR_INFO info = get_cursor_info(tty_out);
151 return get_cursor_info(tty_out).bVisible;

Completed in 77 milliseconds