mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdHistory: Set no-wrap for ghistory output
This commit is contained in:
parent
3b97209663
commit
203ee9f1c2
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue