Language.Haskell.HsColour.ANSI
Documentation
highlightOn :: [Highlight] -> [Char]
highlightOff :: [Char]
cleareol :: [Char]
clearbol :: [Char]
clearline :: [Char]
clearDown :: [Char]
clearUp :: [Char]
cls :: String
goto :: Int -> Int -> String
cursorUp :: [Char]
cursorDown :: [Char]
cursorLeft :: [Char]
cursorRight :: [Char]
savePosition :: [Char]
restorePosition :: [Char]
data Highlight
Constructors
| Normal | |
| Bold | |
| Dim | |
| Underscore | |
| Blink | |
| ReverseVideo | |
| Concealed | |
| Foreground Colour | |
| Background Colour |
data Colour
colourCycle :: [Colour]
enableScrollRegion :: Int -> Int -> String
scrollUp :: [Char]
scrollDown :: [Char]
lineWrap :: Bool -> [Char]