Fixed unicode support under windows console
This commit is contained in:
@@ -477,7 +477,7 @@ class Driver {
|
||||
|
||||
void handle_socket_input_output() {
|
||||
std::string err;
|
||||
int mstimeout = read_console_recently_ ? 100 : 1000;
|
||||
int mstimeout = read_console_recently_ ? 10 : 100;
|
||||
|
||||
// Peek output buffers and determine channel release flags.
|
||||
bool any_released = false;
|
||||
|
||||
Reference in New Issue
Block a user