mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #539
- Fixed but #539, where the man page task-color(5) contained a line that began with a ' and was not displayed.
This commit is contained in:
parent
c8e35fab88
commit
b9f10addf8
2 changed files with 6 additions and 4 deletions
|
@ -6,6 +6,8 @@
|
|||
task man page (thanks to Dirk Deimeke).
|
||||
+ Fixed bug #535 which omitted the holidays-NO.rc file from the packages
|
||||
(thanks to Jostein Berntsen).
|
||||
+ Fixed but #539, where the man page task-color(5) contained a line that
|
||||
began with a ' and was not displayed.
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
|
|
|
@ -236,13 +236,13 @@ It is possible to create a very colorful mix of rules. With 256-color support,
|
|||
those colors can be made subtle, and complementary, but without care, this can
|
||||
be a visual mess. Beware!
|
||||
|
||||
The precedence for the color rules is determined by the configuration variable
|
||||
'rule.precedence.color', which by default contains:
|
||||
The precedence for the color rules is determined by the configuration
|
||||
variable 'rule.precedence.color', which by default contains:
|
||||
|
||||
due.today,active,blocked,overdue,due,keyword,project,tag,recurring,pri,tagged
|
||||
|
||||
These are just the color rules with the 'color.' prefix removed. The rule
|
||||
'color.due.today' is the highest precedence, and 'color.tagged' is the lowest.
|
||||
These are just the color rules with the 'color.' prefix removed. The
|
||||
rule 'color.due.today' is the highest precedence, and 'color.tagged' is the lowest.
|
||||
|
||||
The keyword rule shown here as 'keyword' corresponds to a wildcard pattern,
|
||||
meaning 'color.keyword.*', or in other words all the keyword rules. Similarly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue