Re: [Hugs] #78: getCh
Ross Paterson <[email protected]> Wed, 17 Oct 2007 18:37:45 +0100
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Oct 17, 2007 at 04:50:21PM +0100, Richard Bird wrote: >> It was a Hugs-only function, and now it's gone. You should be able to >> get the same effect with `hSetBuffering` and `hSetEcho` (from `System.IO`). > > Of course, I tried that before sending a bug, > but it doesn't work. OK, there's a bug in setBuffering on terminals, now fixed in the development version. (untested on Windows, though.)