Home
last modified time | relevance | path

Searched refs:CURSOR_SIZE_LARGE (Results 1 - 3 of 3) sorted by relevance

/third_party/libuv/test/
H A Dtest-tty-escape-sequence-processing.c79 #define CURSOR_SIZE_LARGE 100 macro
1003 ASSERT_EQ(get_cursor_size(&tty_out), CURSOR_SIZE_LARGE); in TEST_IMPL() local
1009 ASSERT_EQ(get_cursor_size(&tty_out), CURSOR_SIZE_LARGE); in TEST_IMPL() local
1013 ASSERT_EQ(get_cursor_size(&tty_out), CURSOR_SIZE_LARGE); in TEST_IMPL() local
1326 saved_cursor_size == CURSOR_SIZE_LARGE ? CURSOR_SIZE_SMALL in TEST_IMPL()
1327 : CURSOR_SIZE_LARGE); in TEST_IMPL()
/third_party/libuv/src/win/
H A Dtty.c63 #define CURSOR_SIZE_LARGE 100 macro
1649 cursor_info.dwSize = CURSOR_SIZE_LARGE; in uv__tty_set_cursor_shape()
/third_party/node/deps/uv/src/win/
H A Dtty.c68 #define CURSOR_SIZE_LARGE 100 macro
1660 cursor_info.dwSize = CURSOR_SIZE_LARGE; in uv__tty_set_cursor_shape()

Completed in 9 milliseconds