|
System.Console.Terminfo.Color | Portability | portable (FFI) | Stability | experimental | Maintainer | judah.jacobson@gmail.com |
|
|
|
Description |
|
|
Synopsis |
|
|
|
Documentation |
|
|
The maximum number of of colors on the screen.
|
|
|
Constructors | Black | | Red | | Green | | Yellow | | Blue | | Magenta | | Cyan | | White | | ColorNumber Int | |
|
|
|
|
This capability temporarily sets the
terminal's foreground color while outputting the given text, and
then restores the terminal to its default foreground and background
colors.
|
|
|
This capability temporarily sets the
terminal's background color while outputting the given text, and
then restores the terminal to its default foreground and background
colors.
|
|
|
Sets the foreground color of all further text output, using
either the setaf or setf capability.
|
|
|
Sets the background color of all further text output, using
either the setab or setb capability.
|
|
|
Restores foreground/background colors to their original
settings.
|
|
Produced by Haddock version 2.4.2 |