mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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:
parent
6d8cb5181f
commit
dac1942cad
3 changed files with 37 additions and 16 deletions
|
@ -174,7 +174,9 @@
|
|||
<dt>monthsperline</dt>
|
||||
<dd>
|
||||
Determines how many months the "task calendar" command
|
||||
renders across the screen. Defaults to 1.
|
||||
renders across the screen. Defaults to however many will
|
||||
fit. If more months that will fit are specified, task will
|
||||
only show as many that will fit.
|
||||
</dd>
|
||||
|
||||
<dt>oldest</dt>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue