Commit a59f74e8 authored by Josh Junon's avatar Josh Junon

remove needless zeros in reset code

parent f258af43
......@@ -49,7 +49,7 @@ public:
}
/// Formatting codes
const std::string reset = "\033[00m";
const std::string reset = "\033[m";
const std::string bold = "\033[1m";
const std::string dark = "\033[2m";
const std::string underline = "\033[4m";
......
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