Bug
- Fixed problem with extra blank line in the ghistory reports.
This commit is contained in:
@@ -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 ())
|
||||||
|
|||||||
Reference in New Issue
Block a user