Make buffered console characters visible to select().
This commit is contained in:
parent
10e0db58e4
commit
7eb13b33e4
|
@ -916,7 +916,7 @@ fhandler_console::select_read (select_stuff *ss)
|
|||
s->peek = peek_console;
|
||||
s->h = get_handle ();
|
||||
s->read_selected = true;
|
||||
s->read_ready = false;
|
||||
s->read_ready = get_readahead_valid();
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue