An ANSI escape sequence. More...
#include "ansi.h"
Data Fields | |
| struct ColorElement | fg |
| Foreground colour. | |
| struct ColorElement | bg |
| Background colour. | |
| int | attrs |
| Text attributes, e.g. A_BOLD. | |
| const struct AttrColor * | attr_color |
| Curses colour of text. | |
An ANSI escape sequence.
| struct ColorElement AnsiColor::fg |
| struct ColorElement AnsiColor::bg |
| const struct AttrColor* AnsiColor::attr_color |