Fixed color

This commit is contained in:
gabime 2019-06-20 01:00:50 +03:00
parent 1d86803e38
commit af6744b112

View File

@ -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_;