Skip to content

Commit

Permalink
Fixed report colors in calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
timbuntu authored and pbeckingham committed Mar 12, 2020
1 parent abddb1e commit 938e913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/CmdCalendar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,8 @@ int CmdCalendar::execute (std::string& output)
args.push_back ("rc:" + Context::getContext ().rc_file._data);
args.push_back ("rc.due:0");
args.push_back ("rc.verbose:label,affected,blank");
if (Context::getContext ().color ())
args.push_back ("rc._forcecolor:on");
args.push_back ("due.after:" + after);
args.push_back ("due.before:" + before);
args.push_back ("-nocal");
Expand Down

0 comments on commit 938e913

Please sign in to comment.