Copyright | 2013 shelarcy |
---|---|
License | BSD-style |
Maintainer | shelarcy@gmail.com |
Stability | Provisional |
Portability | Non-portable (Win32 API) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Get/Set the title for the current console window.
Documentation
getConsoleTitle :: IO String #
setConsoleTitle :: String -> IO () #
c_SetConsoleTitle :: LPCTSTR -> IO BOOL #