- 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

@ -57,6 +57,7 @@
<li>Added support for relative due: dates, such as "tomorrow", "friday",
"23rd", "eom"
<li>Added support for task filtering on all reports
<li>Automatically shuts off color, ncurses when output is not to a tty
<li>Fixed bug where Esc[0m sequences were being emitted for no good reason
<li>Fixed bug where table headers are underlined when color is turned off
<li>Fixed bug where adding a blank priority resulted in an assigned garbage value