mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdSummary: Set no-wrap for progress bar column
This commit is contained in:
parent
bfbe20352e
commit
d08f62a7d9
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ int CmdSummary::execute (std::string& output)
|
|||
view.add (STRING_CMD_SUMMARY_REMAINING, false);
|
||||
view.add (STRING_CMD_SUMMARY_AVG_AGE, false);
|
||||
view.add (STRING_CMD_SUMMARY_COMPLETE, false);
|
||||
view.add ("0% 100%");
|
||||
view.add ("0% 100%", true, false);
|
||||
setHeaderUnderline (view);
|
||||
|
||||
Color bar_color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue