
24 Oct
2006
24 Oct
'06
1:23 a.m.
Hi
getChar doesn't return until I press Enter. I need something that returns immediately after I press any key.
It's a problem with buffering: http://haskell.org/hoogle/?q=buffering suggests: hSetBuffering stdin NoBuffering Thanks Neil