hscolour-1.6: Colourise Haskell code.Source codeContentsIndex
Language.Haskell.HsColour.ANSI
Documentation
highlightOn :: [Highlight] -> [Char]Source
highlightOff :: [Char]Source
highlight :: [Highlight] -> String -> StringSource
cleareol :: [Char]Source
clearbol :: [Char]Source
clearline :: [Char]Source
clearDown :: [Char]Source
clearUp :: [Char]Source
cls :: StringSource
goto :: Int -> Int -> StringSource
cursorUp :: [Char]Source
cursorDown :: [Char]Source
cursorLeft :: [Char]Source
cursorRight :: [Char]Source
savePosition :: [Char]Source
restorePosition :: [Char]Source
data Highlight Source
Constructors
Normal
Bold
Dim
Underscore
Blink
ReverseVideo
Concealed
Foreground Colour
Background Colour
show/hide Instances
data Colour Source
Constructors
Black
Red
Green
Yellow
Blue
Magenta
Cyan
White
show/hide Instances
colourCycle :: [Colour]Source
enableScrollRegion :: Int -> Int -> StringSource
scrollUp :: [Char]Source
scrollDown :: [Char]Source
lineWrap :: Bool -> [Char]Source
Produced by Haddock version 2.6.0