Bug Fix - calendar
- Task now displays as many calendars will fit across the window, unless a lower value is specified in the "monthsperline" configuration variable. - Task now obeys the "color" configuration variable when determining whether to add a legend to the calendar output.
This commit is contained in:
@@ -127,7 +127,7 @@ void Config::createDefault (const std::string& home)
|
||||
fprintf (out, "confirmation=yes\n");
|
||||
fprintf (out, "next=2\n");
|
||||
fprintf (out, "dateformat=m/d/Y\n");
|
||||
fprintf (out, "monthsperline=2\n");
|
||||
fprintf (out, "#monthsperline=2\n");
|
||||
fprintf (out, "curses=on\n");
|
||||
fprintf (out, "color=on\n");
|
||||
fprintf (out, "due=7\n");
|
||||
|
||||
Reference in New Issue
Block a user