45679cc987
* Cursor movement * Screen and line clearing * Color output * Showing or hiding the cursor * Changing the console title (though this is not strictly part of ANSI, it is widely supported in Unix) It is compatible with Windows (via an emulation layer) and those Unixes with ANSI terminals. ok jasper@
12 lines
342 B
Plaintext
12 lines
342 B
Plaintext
ANSI terminal support for Haskell, which allows:
|
|
|
|
* Cursor movement
|
|
* Screen and line clearing
|
|
* Color output
|
|
* Showing or hiding the cursor
|
|
* Changing the console title (though this is not strictly part of
|
|
ANSI, it is widely supported in Unix)
|
|
|
|
It is compatible with Windows (via an emulation layer) and those
|
|
Unixes with ANSI terminals.
|