NeoMutt
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
AttrColor Struct Reference

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 CursesColorcurses_color
 Underlying Curses colour.
 
int attrs
 Text attributes, e.g. A_BOLD.
 
short ref_count
 Number of users.
 

Detailed Description

A curses colour and its attributes.

Definition at line 34 of file attr.h.

Member Function Documentation

◆ TAILQ_ENTRY()

AttrColor::TAILQ_ENTRY ( AttrColor  )

Linked list.

Field Documentation

◆ curses_color

struct CursesColor* AttrColor::curses_color

Underlying Curses colour.

Definition at line 36 of file attr.h.

◆ attrs

int AttrColor::attrs

Text attributes, e.g. A_BOLD.

Definition at line 37 of file attr.h.

◆ ref_count

short AttrColor::ref_count

Number of users.

Definition at line 38 of file attr.h.


The documentation for this struct was generated from the following file: