Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -156,7 +156,7 @@ function showall() { |
156 | 156 | printf "%-16s %-35s %-10s %-10s %-8s\n" \ |
157 | 157 | "$(truncate "$(taskproject $UUID)" 16)" \ |
158 | 158 | "$(truncate "$(taskdescription $UUID)" 35)" \ |
159 | - "$TIME" \ | |
159 | + "$(bold "" "$TIME")" \ | |
160 | 160 | "$(tstodate $(taskend $UUID))" \ |
161 | 161 | "$(tstodate $(taskentry $UUID))" \ |
162 | 162 | ... | ... |
Please
register
or
login
to post a comment