A curses colour and its attributes. More...
#include "attr.h"
Collaboration diagram for AttrColor:Public Member Functions | |
| TAILQ_ENTRY (AttrColor) entries | |
| Linked list. | |
Data Fields | |
| struct ColorElement | fg |
| Foreground colour. | |
| struct ColorElement | bg |
| Background colour. | |
| int | attrs |
| Text attributes, e.g. A_BOLD. | |
| struct CursesColor * | curses_color |
| Underlying Curses colour. | |
| short | ref_count |
| Number of users. | |
| AttrColor::TAILQ_ENTRY | ( | AttrColor | ) |
Linked list.
| struct ColorElement AttrColor::fg |
| struct ColorElement AttrColor::bg |
| struct CursesColor* AttrColor::curses_color |