mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColMask: Now uses ::renderStringLeft
This commit is contained in:
parent
292e2f1b89
commit
4411fc02c5
1 changed files with 2 additions and 2 deletions
|
@ -67,11 +67,11 @@ void ColumnMask::measure (Task& task, unsigned int& minimum, unsigned int& maxim
|
|||
void ColumnMask::render (
|
||||
std::vector <std::string>& lines,
|
||||
Task& task,
|
||||
int,
|
||||
int width,
|
||||
Color& color)
|
||||
{
|
||||
if (task.has (_name))
|
||||
lines.push_back (color.colorize (task.get ("mask")));
|
||||
renderStringLeft (lines, width, color, task.get ("mask"));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue