mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-1546
- TW-1546 column type due.remaining breaks colors on due tasks (thanks to Renato Alves).
This commit is contained in:
parent
4c491d8a0d
commit
d2b2631db7
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
2.4.2 () -
|
2.4.2 () -
|
||||||
|
|
||||||
|
- TW-1546 column type due.remaining breaks colors on due tasks (thanks to Renato
|
||||||
|
Alves).
|
||||||
- Eliminated some code that is not UTF8-safe.
|
- Eliminated some code that is not UTF8-safe.
|
||||||
- Removed pthreads linkage.
|
- Removed pthreads linkage.
|
||||||
|
|
||||||
|
|
|
@ -207,8 +207,6 @@ void ColumnDate::render (
|
||||||
color.colorize (
|
color.colorize (
|
||||||
rightJustify (
|
rightJustify (
|
||||||
Duration (date - now).format (), width)));
|
Duration (date - now).format (), width)));
|
||||||
else
|
|
||||||
lines.push_back (rightJustify ("", width));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue