mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColID: Documented ID 0 case
This commit is contained in:
parent
c81c9f5b58
commit
110db6bb91
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ void ColumnID::render (
|
||||||
int width,
|
int width,
|
||||||
Color& color)
|
Color& color)
|
||||||
{
|
{
|
||||||
|
// Completed and deleted tasks have no ID.
|
||||||
if (task.id)
|
if (task.id)
|
||||||
renderInteger (lines, width, color, task.id);
|
renderInteger (lines, width, color, task.id);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue