mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-02 21:57:19 +02:00
Bug
- Fixed problem with extra blank line in the ghistory reports.
This commit is contained in:
parent
2334911b34
commit
d02eac07a9
2 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
||||||
values.
|
values.
|
||||||
+ Fixed problem with the 'undo' command not observing the rc.color or the
|
+ Fixed problem with the 'undo' command not observing the rc.color or the
|
||||||
rc._forcecolor settings.
|
rc._forcecolor settings.
|
||||||
|
+ Fixed problem with extra blank line in the ghistory reports.
|
||||||
|
|
||||||
------ old releases ------------------------------
|
------ old releases ------------------------------
|
||||||
|
|
||||||
|
|
|
@ -809,6 +809,7 @@ const std::string Table::render (int maxrows /* = 0 */, int maxlines /* = 0 */)
|
||||||
mColumnPadding[col]);
|
mColumnPadding[col]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output.erase (output.find_last_not_of (" ") + 1);
|
||||||
output += "\n";
|
output += "\n";
|
||||||
++renderedlines;
|
++renderedlines;
|
||||||
if (underline.length ())
|
if (underline.length ())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue