Color
- Implemented Color::strip which can remove the color codes from a string.
This commit is contained in:
@@ -62,6 +62,7 @@ public:
|
||||
|
||||
std::string colorize (const std::string&);
|
||||
static std::string colorize (const std::string&, const std::string&);
|
||||
static std::string strip (const std::string&);
|
||||
|
||||
bool nontrivial ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user