diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h index 11af9644..0397e989 100644 --- a/src/report.h +++ b/src/report.h @@ -243,7 +243,10 @@ public: on("%(ansify_if(justify(scrub(display_total), 20, -1, true), \"red\", " " color & scrub(display_total) < 0))" " %(!options.flat ? depth_spacer : \"\")" - "%-(ansify_if(partial_account(options.flat), \"blue\", color))\n"); + "%-(ansify_if(partial_account(options.flat), \"blue\", color))\n%/" + "%(ansify_if(justify(scrub(display_total), 20, -1, true), \"red\", " + " color & scrub(display_total) < 0))\n%/" + "--------------------\n"); }); OPTION(report_t, base); |