From bd5a136ad06559a15c5e9f65c65d425b22d2bdab Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 26 Jun 2010 00:36:55 -0400 Subject: Move balance divider right by prepend-width --- src/report.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 10138551..5c172ee9 100644 --- a/src/report.h +++ b/src/report.h @@ -394,6 +394,7 @@ public: " ansify_if(partial_account(options.flat), blue if color)," " bold if should_bold))\n%/" "%$1\n%/" + "%(prepend_width ? \" \" * prepend_width : \"\")" "--------------------\n"); }); @@ -451,6 +452,7 @@ public: " %(!options.flat ? depth_spacer : \"\")" "%-(ansify_if(partial_account(options.flat), blue if color))\n" "%/%$1 %$2 %$3 %$4\n%/" + "%(prepend_width ? \" \" * prepend_width : \"\")" "------------ ------------ ------------ -----\n"); }); @@ -469,6 +471,7 @@ public: " %(!options.flat ? depth_spacer : \"\")" "%-(ansify_if(partial_account(options.flat), blue if color))\n%/" "%$1 %$2 %$3\n%/" + "%(prepend_width ? \" \" * prepend_width : \"\")" "---------------- ---------------- ---------\n"); }); -- cgit v1.2.3