Bug
- Fixed problem with extra blank line in the ghistory reports.
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
values.
|
||||
+ Fixed problem with the 'undo' command not observing the rc.color or the
|
||||
rc._forcecolor settings.
|
||||
+ Fixed problem with extra blank line in the ghistory reports.
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
|
||||
@@ -809,6 +809,7 @@ const std::string Table::render (int maxrows /* = 0 */, int maxlines /* = 0 */)
|
||||
mColumnPadding[col]);
|
||||
}
|
||||
|
||||
output.erase (output.find_last_not_of (" ") + 1);
|
||||
output += "\n";
|
||||
++renderedlines;
|
||||
if (underline.length ())
|
||||
|
||||
Reference in New Issue
Block a user