- Fixed problem with extra blank line in the ghistory reports.
This commit is contained in:
Paul Beckingham 2010-08-08 18:16:19 -04:00
parent 2334911b34
commit d02eac07a9
2 changed files with 2 additions and 0 deletions

View file

@ -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 ------------------------------

View file

@ -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 ())