wip
This commit is contained in:
parent
2445a111f3
commit
0252a2803b
@ -112,7 +112,6 @@ int kbhit (void)
|
|||||||
|
|
||||||
select (STDIN_FILENO+1, &rdfs, NULL, NULL, &tv);
|
select (STDIN_FILENO+1, &rdfs, NULL, NULL, &tv);
|
||||||
return FD_ISSET(STDIN_FILENO, &rdfs);
|
return FD_ISSET(STDIN_FILENO, &rdfs);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user