mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Color
- Implemented Color::strip which can remove the color codes from a string.
This commit is contained in:
parent
93cfbf8dd2
commit
6464a2bca5
3 changed files with 33 additions and 1 deletions
|
@ -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 ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue