Documentation Update

- Updated the taskrc.5 man page to match 1.9.0 functionality.
- Removed obsolete colorizeMessage code.
This commit is contained in:
Paul Beckingham 2010-01-30 16:08:42 -05:00
parent 30e8b03038
commit ea8b4beede
4 changed files with 215 additions and 124 deletions

View file

@ -165,15 +165,6 @@ std::string colorizeHeader (const std::string& input)
return input;
}
////////////////////////////////////////////////////////////////////////////////
std::string colorizeMessage (const std::string& input)
{
if (gsColor["color.message"].nontrivial ())
return gsColor["color.message"].colorize (input);
return input;
}
////////////////////////////////////////////////////////////////////////////////
std::string colorizeFootnote (const std::string& input)
{