|
Language.Haskell.HsColour.ANSI |
|
|
Description |
Partially taken from Hugs AnsiScreen.hs library:
|
|
Synopsis |
|
|
|
Documentation |
|
highlightOn |
|
highlightOff |
|
highlight :: [Highlight] -> String -> String |
Make the given string appear with all of the listed highlights
|
|
cleareol |
|
clearbol |
|
clearline |
|
clearDown |
|
clearUp |
|
cls :: String |
Clear the screen.
|
|
goto :: Int -> Int -> String |
Move the screen cursor to the given position.
|
|
cursorUp |
|
cursorDown |
|
cursorLeft |
|
cursorRight |
|
savePosition |
|
restorePosition |
|
data Highlight |
Types of highlighting supported by ANSI codes (and some extra styles).
| Constructors | Normal | | Bold | | Dim | | Underscore | | Blink | | ReverseVideo | | Concealed | | Foreground Colour | | Background Colour | | Italic | |
| Instances | |
|
|
data Colour |
Colours supported by ANSI codes.
| Constructors | Black | | Red | | Green | | Yellow | | Blue | | Magenta | | Cyan | | White | |
| Instances | |
|
|
colourCycle :: [Colour] |
An infinite supply of colours.
|
|
enableScrollRegion :: Int -> Int -> String |
Scrolling
|
|
scrollUp |
|
scrollDown |
|
lineWrap |
|
Produced by Haddock version 2.4.2 |