mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
SummaryColors: Add colors to summary
Signed-off-by: Lim Ding Wen <limdingwen@gmail.com>
This commit is contained in:
parent
e90e243496
commit
aa08d0a3f2
2 changed files with 5 additions and 1 deletions
|
@ -155,7 +155,7 @@ int CmdSummary (
|
|||
table.set (row, 3, format ("@{1}", track.id), colorID);
|
||||
}
|
||||
|
||||
table.set (row, (ids ? 4 : 3), tags);
|
||||
table.set (row, (ids ? 4 : 3), tags, intervalColor(track.tags(), tag_colors));
|
||||
|
||||
if (show_annotation)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue