|  | 
| | Language.Haskell.HsColour.ANSI | 
 | 
|  | 
|  | 
|  | 
| Description | 
| Partially taken from Hugs AnsiScreen.hs library: | 
|  | 
| Synopsis | 
|  | 
|  | 
|  | 
| Documentation | 
|  | 
|  | 
| Make the given string appear with all of the listed highlights | 
|  | 
|  | 
| Clear the screen. | 
|  | 
| | goto :: Int -> Int -> String | Source | 
 | 
| Move the screen cursor to the given position. | 
|  | 
|  | 
| | 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 |  |  | 
 | 
|  | 
|  | 
| | Colours supported by ANSI codes. |  | Constructors |  | | Black |  |  | Red |  |  | Green |  |  | Yellow |  |  | Blue |  |  | Magenta |  |  | Cyan |  |  | White |  | 
 |  |  Instances |  |  | 
 | 
|  | 
|  | 
| An infinite supply of colours. | 
|  | 
| | enableScrollRegion :: Int -> Int -> String | Source | 
 | 
| Scrolling | 
|  | 
| Produced by Haddock version 0.8 |