* fhandler_console.cc (fhandler_console::read): Explicitly set cursor to make
it visible while waiting in WaitForMultipleObjects.
This commit is contained in:
@ -145,6 +145,7 @@ fhandler_console::read (void *pv, size_t buflen)
|
||||
if ((bgres = bg_check (SIGTTIN)) <= 0)
|
||||
return bgres;
|
||||
|
||||
cursor_rel (0,0); /* to make cursor appear on the screen immediately */
|
||||
switch (WaitForMultipleObjects (nwait, w4, FALSE, INFINITE))
|
||||
{
|
||||
case WAIT_OBJECT_0:
|
||||
|
Reference in New Issue
Block a user