mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
There are problems with the detection of input from the console under windows
This commit is contained in:
parent
74ae3aefe8
commit
dcdf113f09
1 changed files with 2 additions and 1 deletions
|
|
@ -1795,7 +1795,8 @@ flisten(FILE *fp)
|
|||
return (c > 0)? ECL_LISTEN_AVAILABLE : ECL_LISTEN_NO_CHAR;
|
||||
}
|
||||
#endif /* FIONREAD */
|
||||
#else
|
||||
#endif
|
||||
#if 0
|
||||
if (isatty(fileno(fp))) {
|
||||
/* console input */
|
||||
HANDLE hnd = _get_osfhandle(_fileno(fp));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue