hscolour-1.9: Colourise Haskell code.

Language.Haskell.HsColour.ANSI

Documentation

highlightOn :: [Highlight] -> [Char]

highlightOff :: [Char]

highlight :: [Highlight] -> String -> String

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 Colour

Constructors

Black 
Red 
Green 
Yellow 
Blue 
Magenta 
Cyan 
White 

Instances

Enum Colour 
Eq Colour 
Read Colour 
Show Colour 

enableScrollRegion :: Int -> Int -> String

scrollUp :: [Char]

scrollDown :: [Char]

lineWrap :: Bool -> [Char]