Fixed color

pull/1118/head
gabime 6 years ago
parent 1d86803e38
commit af6744b112

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

Loading…
Cancel
Save