Partially taken from Hugs AnsiScreen.hs library:
- highlightOnG :: TerminalType -> [Highlight] -> String
- highlightOn :: [Highlight] -> String
- highlightOff :: [Char]
- highlightG :: TerminalType -> [Highlight] -> String -> String
- 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 Highlight
- = Normal
- | Bold
- | Dim
- | Underscore
- | Blink
- | ReverseVideo
- | Concealed
- | Foreground Colour
- | Background Colour
- | Italic
- data Colour
- colourCycle :: [Colour]
- enableScrollRegion :: Int -> Int -> String
- scrollUp :: String
- scrollDown :: String
- lineWrap :: Bool -> [Char]
- data TerminalType
Documentation
highlightOnG :: TerminalType -> [Highlight] -> StringSource
highlightOff :: [Char]Source
highlightG :: TerminalType -> [Highlight] -> String -> StringSource
Make the given string appear with all of the listed highlights
cursorDown :: [Char]Source
cursorLeft :: [Char]Source
cursorRight :: [Char]Source
savePosition :: [Char]Source
Types of highlighting supported by ANSI codes (and some extra styles).
Colours supported by ANSI codes.
colourCycle :: [Colour]Source
An infinite supply of colours.
enableScrollRegion :: Int -> Int -> StringSource
Scrolling
data TerminalType Source
Ansi16Colour |
|
XTerm256Compatible |
|