diff --git a/programs/conhost/conhost.c b/programs/conhost/conhost.c index dbf0e1459d1..0548fcaafd3 100644 --- a/programs/conhost/conhost.c +++ b/programs/conhost/conhost.c @@ -2625,7 +2625,7 @@ static int main_loop( struct console *console, HANDLE signal ) for (;;) { if (pump_msgs) - res = MsgWaitForMultipleObjects( wait_cnt, wait_handles, FALSE, INFINITE, QS_ALLEVENTS ); + res = MsgWaitForMultipleObjects( wait_cnt, wait_handles, FALSE, INFINITE, QS_ALLINPUT ); else res = WaitForMultipleObjects( wait_cnt, wait_handles, FALSE, INFINITE );