PAASS
Software suite to Acquire and Analyze Data from Pixie16
TermColors Namespace Reference

Variables

static const char DkRed [] = "\033[0;31m"
 
static const char DkGreen [] = "\033[0;32m"
 
static const char DkYellow [] = "\033[0;33m"
 
static const char DkBlue [] = "\033[0;34m"
 
static const char DkMagenta [] = "\033[0;35m"
 
static const char DkCyan [] = "\033[0;36m"
 
static const char DkWhite [] = "\033[0;37m"
 
static const char BtRed [] = "\033[1;31m"
 
static const char BtGreen [] = "\033[1;32m"
 
static const char BtYellow [] = "\033[1;33m"
 
static const char BtBlue [] = "\033[1;34m"
 
static const char BtMagenta [] = "\033[1;35m"
 
static const char BtCyan [] = "\033[1;36m"
 
static const char BtWhite [] = "\033[1;37m"
 
static const char Flashing [] = "\033[5m"
 
static const char Underline [] = "\033[4m"
 
static const char Reset [] = "\033[0m"
 

Variable Documentation

§ BtBlue

const char TermColors::BtBlue[] = "\033[1;34m"
static

Definition at line 16 of file TermColors.h.

§ BtCyan

const char TermColors::BtCyan[] = "\033[1;36m"
static

Definition at line 18 of file TermColors.h.

§ BtGreen

const char TermColors::BtGreen[] = "\033[1;32m"
static

Definition at line 14 of file TermColors.h.

§ BtMagenta

const char TermColors::BtMagenta[] = "\033[1;35m"
static

Definition at line 17 of file TermColors.h.

§ BtRed

const char TermColors::BtRed[] = "\033[1;31m"
static

Definition at line 13 of file TermColors.h.

§ BtWhite

const char TermColors::BtWhite[] = "\033[1;37m"
static

Definition at line 19 of file TermColors.h.

§ BtYellow

const char TermColors::BtYellow[] = "\033[1;33m"
static

Definition at line 15 of file TermColors.h.

§ DkBlue

const char TermColors::DkBlue[] = "\033[0;34m"
static

Definition at line 8 of file TermColors.h.

§ DkCyan

const char TermColors::DkCyan[] = "\033[0;36m"
static

Definition at line 10 of file TermColors.h.

§ DkGreen

const char TermColors::DkGreen[] = "\033[0;32m"
static

Definition at line 6 of file TermColors.h.

§ DkMagenta

const char TermColors::DkMagenta[] = "\033[0;35m"
static

Definition at line 9 of file TermColors.h.

§ DkRed

const char TermColors::DkRed[] = "\033[0;31m"
static

Definition at line 5 of file TermColors.h.

§ DkWhite

const char TermColors::DkWhite[] = "\033[0;37m"
static

Definition at line 11 of file TermColors.h.

§ DkYellow

const char TermColors::DkYellow[] = "\033[0;33m"
static

Definition at line 7 of file TermColors.h.

§ Flashing

const char TermColors::Flashing[] = "\033[5m"
static

Definition at line 21 of file TermColors.h.

§ Reset

const char TermColors::Reset[] = "\033[0m"
static

Definition at line 23 of file TermColors.h.

§ Underline

const char TermColors::Underline[] = "\033[4m"
static

Definition at line 22 of file TermColors.h.