- 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

@ -19,6 +19,7 @@ represents a feature release, and the Z represents a patch.
+ Added ability to override ~/.taskrc with rc:<file>
+ Added bar chart history report "task ghistory"
+ Added task filtering on all reports
+ Automatically shuts off color, curses when output is not a tty
+ Supports relative due: dates (tomorrow, wednesday, 23rd, eom ...)
+ Bug: Fixed where Esc[0m sequences were being emitted for no good reason
+ Bug: Fixed underlined table headers when color is turned off