Commit af6744b1 authored by gabime's avatar gabime

Fixed color

parent 1d86803e
......@@ -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_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment