Searched refs:uv__tty_console_width (Results 1 – 1 of 1) sorted by relevance
129 static int uv__tty_console_width = -1; variable183 uv__tty_console_width = sb_info.dwSize.X; in uv__console_init()2432 assert(uv__tty_console_width != -1 && uv__tty_console_height != -1);2433 if (width != uv__tty_console_width || height != uv__tty_console_height) {2434 uv__tty_console_width = width;