diff --git a/src/commands/CmdHistory.cpp b/src/commands/CmdHistory.cpp index aade1a234..55cb7139a 100644 --- a/src/commands/CmdHistory.cpp +++ b/src/commands/CmdHistory.cpp @@ -69,7 +69,7 @@ void CmdHistoryBase::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"));