Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Variables
JColor.hh File Reference

I/O coloring auxiliaries. More...

Go to the source code of this file.

Variables

const char *const WHITE = "\033[97m"
 print white More...
 
const char *const CYAN = "\033[96m"
 print cyan More...
 
const char *const PURPLE = "\033[95m"
 print purple More...
 
const char *const BLUE = "\033[94m"
 print blue More...
 
const char *const YELLOW = "\033[93m"
 print yellow More...
 
const char *const GREEN = "\033[92m"
 print green More...
 
const char *const RED = "\033[91m"
 print red More...
 
const char *const RESET = "\033[0m"
 print reset color More...
 
const char *const BOLD = "\033[1m"
 print bold More...
 

Detailed Description

I/O coloring auxiliaries.

Author
mdejong

Definition in file JColor.hh.

Variable Documentation

const char* const WHITE = "\033[97m"

print white

Definition at line 10 of file JColor.hh.

const char* const CYAN = "\033[96m"

print cyan

Definition at line 11 of file JColor.hh.

const char* const PURPLE = "\033[95m"

print purple

Definition at line 12 of file JColor.hh.

const char* const BLUE = "\033[94m"

print blue

Definition at line 13 of file JColor.hh.

const char* const YELLOW = "\033[93m"

print yellow

Definition at line 14 of file JColor.hh.

const char* const GREEN = "\033[92m"

print green

Definition at line 15 of file JColor.hh.

const char* const RED = "\033[91m"

print red

Definition at line 16 of file JColor.hh.

const char* const RESET = "\033[0m"

print reset color

Definition at line 17 of file JColor.hh.

const char* const BOLD = "\033[1m"

print bold

Definition at line 18 of file JColor.hh.