Home
last modified time | relevance | path

Searched refs:active_screen_buffer (Results 1 – 1 of 1) sorted by relevance

/libuv/src/win/
H A Dtty.c547 HANDLE active_screen_buffer; in uv_tty_line_read_thread() local
548 active_screen_buffer = CreateFileA("conout$", in uv_tty_line_read_thread()
555 if (active_screen_buffer != INVALID_HANDLE_VALUE) { in uv_tty_line_read_thread()
565 SetConsoleCursorPosition(active_screen_buffer, pos); in uv_tty_line_read_thread()
566 CloseHandle(active_screen_buffer); in uv_tty_line_read_thread()
1074 HANDLE active_screen_buffer = INVALID_HANDLE_VALUE; in uv__cancel_read_console() local
1096 active_screen_buffer = CreateFileA("conout$", in uv__cancel_read_console()
1104 if (active_screen_buffer != INVALID_HANDLE_VALUE && in uv__cancel_read_console()
1105 GetConsoleScreenBufferInfo(active_screen_buffer, in uv__cancel_read_console()
1122 if (active_screen_buffer != INVALID_HANDLE_VALUE) in uv__cancel_read_console()
[all …]

Completed in 8 milliseconds