CmdHistory: Set no-wrap for ghistory output

This commit is contained in:
Paul Beckingham 2017-03-23 01:06:29 -04:00
parent 3b97209663
commit 203ee9f1c2

View file

@ -69,7 +69,7 @@ void CmdHistoryBase<HistoryStrategy>::outputGraphical (std::string &output)
HistoryStrategy::setupTableDates (view);
view.add (STRING_CMD_GHISTORY_NUMBER); // Fixed.
view.add (STRING_CMD_GHISTORY_NUMBER, true, false); // Fixed.
Color color_add (context.config.get ("color.history.add"));
Color color_done (context.config.get ("color.history.done"));