|
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
21 #ifndef ELM_IO_ANSI_H_
22 #define ELM_IO_ANSI_H_
24 #include <elm/io/Output.h>
26 namespace elm {
namespace io {
ANSICode BACK_BRIGHT_GREEN
< ANSI code for bright red back
Definition: ansi.h:75
ANSICode BRIGHT_BLACK
< ANSI code for white text
Definition: ansi.h:55
ANSICode BRIGHT_RED
< ANSI code for bright black text
Definition: ansi.h:56
ANSICode BRIGHT_CYAN
< ANSI code for bright magenta text
Definition: ansi.h:61
cstring t
Definition: ansi.h:30
ANSICode RAPID_BLINK
< ANSI code for blink text
Definition: ansi.h:43
sys::SystemOutStream & out
Definition: system_SystemIO.cpp:122
ANSICode BACK_WHITE
< ANSI code for cyan back
Definition: ansi.h:72
ANSICode YELLOW
< ANSI code for green text
Definition: ansi.h:50
ANSICode BRIGHT_MAGENTA
< ANSI code for bright blue text
Definition: ansi.h:60
ANSICode REVERSE
< ANSI code for rapid blink text
Definition: ansi.h:44
ANSICode FAINT
< ANSI code for bold text
Definition: ansi.h:39
ANSICode BRIGHT_BLUE
< ANSI code for bright yellow text
Definition: ansi.h:59
ANSICode BACK_CYAN
< ANSI code for magenta back
Definition: ansi.h:71
ANSICode BACK_BRIGHT_BLACK
< ANSI code for white back
Definition: ansi.h:73
ANSICode GREEN
< ANSI code for red text
Definition: ansi.h:49
ANSICode BACK_BLUE
< ANSI code for yellow back
Definition: ansi.h:69
ANSICode UNDERLINE
< ANSI code for italic text
Definition: ansi.h:41
ANSICode BACK_BRIGHT_YELLOW
< ANSI code for bright green back
Definition: ansi.h:76
Tag< ANSIManager > ANSICode
Definition: ansi.h:34
ANSICode BACK_BRIGHT_RED
< ANSI code for bright black back
Definition: ansi.h:74
ANSICode BRIGHT_GREEN
< ANSI code for bright red text
Definition: ansi.h:57
ANSICode BACK_RED
< ANSI code for black back
Definition: ansi.h:66
ANSICode BACK_GREEN
< ANSI code for red back
Definition: ansi.h:67
static void print(io::Output &out, cstring text)
Definition: io_ansi.cpp:35
ANSICode BRIGHT_WHITE
< ANSI code for bright cyan text
Definition: ansi.h:62
ANSICode CYAN
< ANSI code for magenta text
Definition: ansi.h:53
ANSICode BACK_BRIGHT_WHITE
< ANSI code for bright cyan back
Definition: ansi.h:80
ANSICode BOLD
< ANSI code for plain display
Definition: ansi.h:38
ANSICode BLUE
< ANSI code for yellow text
Definition: ansi.h:51
ANSICode BACK_BRIGHT_MAGENTA
< ANSI code for bright blue back
Definition: ansi.h:78
ANSICode MAGENTA
< ANSI code for blue text
Definition: ansi.h:52
ANSICode WHITE
< ANSI code for cyan text
Definition: ansi.h:54
ANSICode BACK_BRIGHT_CYAN
< ANSI code for bright magenta back
Definition: ansi.h:79
ANSICode BRIGHT_YELLOW
< ANSI code for bright green text
Definition: ansi.h:58
ANSICode BACK_BRIGHT_BLUE
< ANSI code for bright yellow back
Definition: ansi.h:77
ANSICode BACK_MAGENTA
< ANSI code for blue back
Definition: ansi.h:70
ANSICode BLINK
< ANSI code for underlined text
Definition: ansi.h:42
ANSICode ITALIC
< ANSI code for faint text
Definition: ansi.h:40
ANSICode BACK_YELLOW
< ANSI code for green back
Definition: ansi.h:68
ANSICode RED
< ANSI code for black text
Definition: ansi.h:48