Open GoogleCodeExporter opened 9 years ago
The fix (when done) will assume that the posix module
is available.
Original comment by ggr...@gmail.com
on 11 Dec 2007 at 4:51
revision 50 implements this.
the patch checks whether the input is coming from a pipe
and if so, using the cheap method of interaction, without
readline, checking for ^D and pipe EOF.
Original comment by ggr...@gmail.com
on 12 Dec 2007 at 10:52
Attachments:
Now we get:
prompt> <stdin>: hGetChar: end of file
prompt> <stdin>: hGetChar: end of file
... ad infinitum ...
Original comment by ggr...@gmail.com
on 9 Dec 2010 at 12:05
Original issue reported on code.google.com by
ggr...@gmail.com
on 13 Jun 2007 at 1:25