Re: [Chicken-users] Reading from STDIN with the hang

2014-04-01 Thread Christian Kellermann
Hi Alexej, * Alexej Magura sickha...@gmail.com [140331 23:24]: K, so I???m currently working on an application that, if the user doesn???t provide any options/operands, reads from STDIN, like GNU cat.  I just finished adding signal-handling for SIGINT (Ctrl-c), however, now whenever I

[Chicken-users] Reading from STDIN with the hang

2014-03-31 Thread Alexej Magura
K, so I’m currently working on an application that, if the user doesn’t provide any options/operands, reads from STDIN, like GNU cat.  I just finished adding signal-handling for SIGINT (Ctrl-c), however, now whenever I press Ctrl-c nothing happens because (read-char) hangs until I press enter.