|
|
|
@ -73,7 +73,7 @@ public:
|
|
|
|
|
/// Bold colors
|
|
|
|
|
const string_view_t yellow_bold = "\033[33m\033[1m";
|
|
|
|
|
const string_view_t red_bold = "\033[31m\033[1m";
|
|
|
|
|
const string_view_t bold_on_red = "\033[1m\033[31m";
|
|
|
|
|
const string_view_t bold_on_red = "\033[1m\033[41m";
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
FILE *target_file_;
|
|
|
|
|