
31 Aug
2006
31 Aug
'06
4:01 p.m.
Hi,
One problem I've run into is that I need a way to portably handle Ctrl-C.
I do too, but that module has absolutely no documentation on the web (http://www.haskell.org/ghc/docs/latest/html/libraries/base/GHC-ConsoleHandle...), so rather unsurprisingly I missed that entirely! I also need to raise Ctrl-C on a process I have started from Haskell, so if that could be also done in a portable way then I'd be happy :) Thanks Neil