Cleanup Bioskey()

And rename in dataAvailable()

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-11-15 13:49:13 +01:00
parent 660378d10e
commit a1c02815cc
3 changed files with 37 additions and 49 deletions
+1 -1
View File
@@ -1936,7 +1936,7 @@ split_point_start: // At split points actual search starts from here
int t = current_search_time();
// Poll for input
if (Bioskey())
if (data_available())
{
// We are line oriented, don't read single chars
std::string command;