HomeSort by: relevance | last modified time | path
    Searched refs:CURSOR_SIZE_SMALL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-tty-escape-sequence-processing.c 77 #define CURSOR_SIZE_SMALL 25
1019 ASSERT_EQ(get_cursor_size(&tty_out), CURSOR_SIZE_SMALL);
1023 ASSERT_EQ(get_cursor_size(&tty_out), CURSOR_SIZE_SMALL);
1326 saved_cursor_size == CURSOR_SIZE_LARGE ? CURSOR_SIZE_SMALL
  /src/external/mit/libuv/dist/src/win/
tty.c 65 #define CURSOR_SIZE_SMALL 25
1679 cursor_info.dwSize = CURSOR_SIZE_SMALL;

Completed in 25 milliseconds