- Added color command.

This commit is contained in:
Paul Beckingham
2008-05-25 01:01:24 -04:00
parent 148088c775
commit 4825b37df5
6 changed files with 97 additions and 5 deletions

View File

@@ -47,6 +47,7 @@ void handleDelete (const TDB&, T&, Config&);
void handleStart (const TDB&, T&, Config&);
void handleDone (const TDB&, T&, Config&);
void handleModify (const TDB&, T&, Config&);
void handleColor (Config&);
void gatherNextTasks (const TDB&, T&, Config&, std::vector <T>&, std::vector <int>&);
void nag (const TDB&, T&, Config&);