6#ifdef FIBER_DISABLE_ANSI_CODES
7 #define FIBER_ANSI_CODE(str) ""
9 #define FIBER_ANSI_CODE(str) str
#define FIBER_ANSI_CODE(str)
Definition ansi.hpp:9
constexpr std::string_view bg_cyan
Definition ansi.hpp:65
constexpr std::string_view bg_bright_magenta
Definition ansi.hpp:74
constexpr std::string_view light_red
Definition ansi.hpp:39
constexpr std::string_view bright_black
Definition ansi.hpp:49
constexpr std::string_view light_blue
Definition ansi.hpp:43
constexpr std::string_view hidden
Definition ansi.hpp:23
constexpr std::string_view black
Definition ansi.hpp:27
constexpr std::string_view bg_bright_cyan
Definition ansi.hpp:75
constexpr std::string_view magenta
Definition ansi.hpp:33
constexpr std::string_view dim
Definition ansi.hpp:19
constexpr std::string_view light_grey
Definition ansi.hpp:46
constexpr std::string_view bg_white
Definition ansi.hpp:66
constexpr std::string_view bg_bright_black
Definition ansi.hpp:69
constexpr std::string_view bg_yellow
Definition ansi.hpp:62
constexpr std::string_view white
Definition ansi.hpp:35
constexpr std::string_view bg_magenta
Definition ansi.hpp:64
constexpr std::string_view bold
Definition ansi.hpp:18
constexpr std::string_view bright_yellow
Definition ansi.hpp:52
constexpr std::string_view bright_white
Definition ansi.hpp:56
constexpr std::string_view light_yellow
Definition ansi.hpp:41
constexpr std::string_view bright_green
Definition ansi.hpp:51
constexpr std::string_view light_black
Definition ansi.hpp:38
constexpr std::string_view light_cyan
Definition ansi.hpp:45
constexpr std::string_view bg_blue
Definition ansi.hpp:63
constexpr std::string_view light_orange
Definition ansi.hpp:42
constexpr std::string_view strikethrough
Definition ansi.hpp:24
constexpr std::string_view underline
Definition ansi.hpp:21
constexpr std::string_view orange
Definition ansi.hpp:31
constexpr std::string_view reset
Definition ansi.hpp:15
constexpr std::string_view bg_bright_red
Definition ansi.hpp:70
constexpr std::string_view grey
Definition ansi.hpp:79
constexpr std::string_view italic
Definition ansi.hpp:20
constexpr std::string_view cyan
Definition ansi.hpp:34
constexpr std::string_view bg_black
Definition ansi.hpp:59
constexpr std::string_view light_magenta
Definition ansi.hpp:44
constexpr std::string_view light_green
Definition ansi.hpp:40
constexpr std::string_view bg_bright_white
Definition ansi.hpp:76
constexpr std::string_view bright_cyan
Definition ansi.hpp:55
constexpr std::string_view bright_red
Definition ansi.hpp:50
constexpr std::string_view bright_blue
Definition ansi.hpp:53
constexpr std::string_view inverse
Definition ansi.hpp:22
constexpr std::string_view blue
Definition ansi.hpp:32
constexpr std::string_view bg_red
Definition ansi.hpp:60
constexpr std::string_view red
Definition ansi.hpp:28
constexpr std::string_view bright_magenta
Definition ansi.hpp:54
constexpr std::string_view bg_bright_green
Definition ansi.hpp:71
constexpr std::string_view bg_bright_blue
Definition ansi.hpp:73
constexpr std::string_view yellow
Definition ansi.hpp:30
constexpr std::string_view green
Definition ansi.hpp:29
constexpr std::string_view bg_bright_yellow
Definition ansi.hpp:72
constexpr std::string_view bg_green
Definition ansi.hpp:61