Haskell Hierarchical Libraries (base package)ContentsIndex
GHC.ConsoleHandler
Portability non-portable (GHC extensions)
Stability internal
Maintainer cvs-ghc@haskell.org
Description

NB. the contents of this module are only available on Windows.

Installing Win32 console handlers.

Synopsis
data Handler
= Default
| Ignore
| Catch (ConsoleEvent -> IO ())
installHandler :: Handler -> IO Handler
data ConsoleEvent
= ControlC
| Break
| Close
| Logoff
| Shutdown
flushConsole :: Handle -> IO ()
Produced by Haddock version 0.6