- Supports ::isatty call to shut off color, ncurses when stdout is not to a tty

This commit is contained in:
Paul Beckingham
2008-07-06 01:48:48 -04:00
parent 97b120de67
commit 79f6ef075e
4 changed files with 111 additions and 38 deletions

View File

@@ -111,6 +111,7 @@ std::string formatSeconds (time_t);
const std::string uuid ();
const char* optionalBlankLine (Config&);
int convertDuration (const std::string&);
int getDueState (const std::string&);
int addDuration (const Date&, const std::string&);
// rules.cpp