Delay Increase
- Increased delay to 0.05s. - Added Sam Stuck to AUTHORS, by way of thanks.
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -68,6 +68,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
|
|||||||
Michal Vyskocil
|
Michal Vyskocil
|
||||||
Steve Rader
|
Steve Rader
|
||||||
Luke Macken
|
Luke Macken
|
||||||
|
Sam Stuck
|
||||||
|
|
||||||
Thanks to the following, who submitted detailed bug reports and excellent
|
Thanks to the following, who submitted detailed bug reports and excellent
|
||||||
suggestions:
|
suggestions:
|
||||||
|
|||||||
@@ -280,7 +280,7 @@ bool A3::is_command (
|
|||||||
void A3::append_stdin ()
|
void A3::append_stdin ()
|
||||||
{
|
{
|
||||||
// Delay, to give it a chance to buffer the input.
|
// Delay, to give it a chance to buffer the input.
|
||||||
delay (0.01);
|
delay (0.05);
|
||||||
|
|
||||||
// Use 'select' to determine whether there is any std::cin content buffered
|
// Use 'select' to determine whether there is any std::cin content buffered
|
||||||
// before trying to read it, to prevent blocking.
|
// before trying to read it, to prevent blocking.
|
||||||
|
|||||||
Reference in New Issue
Block a user