|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Variables | |
| constexpr std::string_view | Red = "\033[91m" |
| ANSI escape: bright red foreground. | |
| constexpr std::string_view | Green = "\033[92m" |
| ANSI escape: bright green foreground. | |
| constexpr std::string_view | Yellow = "\033[93m" |
| ANSI escape: bright yellow foreground. | |
| constexpr std::string_view | Blue = "\033[94m" |
| ANSI escape: bright blue foreground. | |
| constexpr std::string_view | Magenta = "\033[95m" |
| ANSI escape: bright magenta foreground. | |
| constexpr std::string_view | Cyan = "\033[96m" |
| ANSI escape: bright cyan foreground. | |
| constexpr std::string_view | White = "\033[97m" |
| ANSI escape: bright white foreground. | |
| constexpr std::string_view | Reset = "\033[0m" |
| ANSI escape: reset all attributes. | |
| constexpr std::string_view | Bold = "\033[1m" |
| ANSI escape: bold. | |
| constexpr std::string_view | Underline = "\033[4m" |
| ANSI escape: underline. | |
| constexpr std::string_view | Blink = "\033[5m" |
| ANSI escape: blinking text. | |
| constexpr std::string_view | Reverse = "\033[7m" |
| ANSI escape: reverse (swap fg/bg). | |
| constexpr std::string_view | Hidden = "\033[8m" |
| ANSI escape: hidden text. | |
|
constexpr |
ANSI escape: blinking text.
Definition at line 889 of file Defines.hpp.
|
constexpr |
ANSI escape: bright blue foreground.
Definition at line 875 of file Defines.hpp.
|
constexpr |
ANSI escape: bold.
Definition at line 885 of file Defines.hpp.
|
constexpr |
ANSI escape: bright cyan foreground.
Definition at line 879 of file Defines.hpp.
|
constexpr |
ANSI escape: bright green foreground.
Definition at line 871 of file Defines.hpp.
|
constexpr |
ANSI escape: hidden text.
Definition at line 893 of file Defines.hpp.
|
constexpr |
ANSI escape: bright magenta foreground.
Definition at line 877 of file Defines.hpp.
|
constexpr |
ANSI escape: bright red foreground.
Definition at line 869 of file Defines.hpp.
|
constexpr |
ANSI escape: reset all attributes.
Definition at line 883 of file Defines.hpp.
|
constexpr |
ANSI escape: reverse (swap fg/bg).
Definition at line 891 of file Defines.hpp.
|
constexpr |
ANSI escape: underline.
Definition at line 887 of file Defines.hpp.
|
constexpr |
ANSI escape: bright white foreground.
Definition at line 881 of file Defines.hpp.
|
constexpr |
ANSI escape: bright yellow foreground.
Definition at line 873 of file Defines.hpp.