#include <stringutil.h>
Data Fields | |
unsigned char | bNormal:1 |
unsigned char | bBlink:1 |
unsigned char | bHighlite:1 |
unsigned char | bInverse:1 |
unsigned char | bUnder:1 |
unsigned char | iForeground:4 |
unsigned char | iBackground:4 |
Definition at line 85 of file stringutil.h.
unsigned char ANSI_ColorState::bBlink |
Definition at line 88 of file stringutil.h.
Referenced by ANSI_Parse_m(), ANSI_TransitionColorBinary(), and ANSI_TransitionColorEscape().
unsigned char ANSI_ColorState::bHighlite |
Definition at line 89 of file stringutil.h.
Referenced by ANSI_Parse_m(), ANSI_TransitionColorBinary(), and ANSI_TransitionColorEscape().
unsigned char ANSI_ColorState::bInverse |
Definition at line 90 of file stringutil.h.
Referenced by ANSI_Parse_m(), ANSI_TransitionColorBinary(), and ANSI_TransitionColorEscape().
unsigned char ANSI_ColorState::bNormal |
Definition at line 87 of file stringutil.h.
Referenced by ANSI_Parse_m(), and ANSI_TransitionColorBinary().
unsigned char ANSI_ColorState::bUnder |
Definition at line 91 of file stringutil.h.
Referenced by ANSI_Parse_m(), ANSI_TransitionColorBinary(), and ANSI_TransitionColorEscape().
unsigned char ANSI_ColorState::iBackground |
Definition at line 94 of file stringutil.h.
Referenced by ANSI_Parse_m(), ANSI_TransitionColorBinary(), and ANSI_TransitionColorEscape().
unsigned char ANSI_ColorState::iForeground |
Definition at line 93 of file stringutil.h.
Referenced by ANSI_Parse_m(), ANSI_TransitionColorBinary(), and ANSI_TransitionColorEscape().