- Implemented Color::strip which can remove the color codes from a
  string.
This commit is contained in:
Paul Beckingham 2011-05-09 20:24:16 -04:00
parent 93cfbf8dd2
commit 6464a2bca5
3 changed files with 33 additions and 1 deletions

View file

@ -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 ();