mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Oops
- Inadvertently committed a UDA formatting change that isn't ready.
This commit is contained in:
parent
46b275c3ce
commit
173d24b3fb
1 changed files with 3 additions and 2 deletions
|
@ -322,13 +322,14 @@ int CmdInfo::execute (std::string& output)
|
|||
{
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, col->label ());
|
||||
//view.set (row, 1, value);
|
||||
|
||||
view.set (row, 1, value);
|
||||
/*
|
||||
std::vector <std::string> lines;
|
||||
Color color;
|
||||
col->render (lines, *task, 0, color);
|
||||
join (value, " ", lines);
|
||||
view.set (row, 1, value);
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue