DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::TermColor Namespace Reference

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.
 

Variable Documentation

◆ Blink

constexpr std::string_view DNDS::TermColor::Blink = "\033[5m"
constexpr

ANSI escape: blinking text.

Definition at line 889 of file Defines.hpp.

◆ Blue

constexpr std::string_view DNDS::TermColor::Blue = "\033[94m"
constexpr

ANSI escape: bright blue foreground.

Definition at line 875 of file Defines.hpp.

◆ Bold

constexpr std::string_view DNDS::TermColor::Bold = "\033[1m"
constexpr

ANSI escape: bold.

Definition at line 885 of file Defines.hpp.

◆ Cyan

constexpr std::string_view DNDS::TermColor::Cyan = "\033[96m"
constexpr

ANSI escape: bright cyan foreground.

Definition at line 879 of file Defines.hpp.

◆ Green

constexpr std::string_view DNDS::TermColor::Green = "\033[92m"
constexpr

ANSI escape: bright green foreground.

Definition at line 871 of file Defines.hpp.

◆ Hidden

constexpr std::string_view DNDS::TermColor::Hidden = "\033[8m"
constexpr

ANSI escape: hidden text.

Definition at line 893 of file Defines.hpp.

◆ Magenta

constexpr std::string_view DNDS::TermColor::Magenta = "\033[95m"
constexpr

ANSI escape: bright magenta foreground.

Definition at line 877 of file Defines.hpp.

◆ Red

constexpr std::string_view DNDS::TermColor::Red = "\033[91m"
constexpr

ANSI escape: bright red foreground.

Definition at line 869 of file Defines.hpp.

◆ Reset

constexpr std::string_view DNDS::TermColor::Reset = "\033[0m"
constexpr

ANSI escape: reset all attributes.

Definition at line 883 of file Defines.hpp.

◆ Reverse

constexpr std::string_view DNDS::TermColor::Reverse = "\033[7m"
constexpr

ANSI escape: reverse (swap fg/bg).

Definition at line 891 of file Defines.hpp.

◆ Underline

constexpr std::string_view DNDS::TermColor::Underline = "\033[4m"
constexpr

ANSI escape: underline.

Definition at line 887 of file Defines.hpp.

◆ White

constexpr std::string_view DNDS::TermColor::White = "\033[97m"
constexpr

ANSI escape: bright white foreground.

Definition at line 881 of file Defines.hpp.

◆ Yellow

constexpr std::string_view DNDS::TermColor::Yellow = "\033[93m"
constexpr

ANSI escape: bright yellow foreground.

Definition at line 873 of file Defines.hpp.