On Apr 29, 2010, at 7:58 AM, Peter Ross wrote:

> All I've found is an email which mentions using %(account), but no
> other information.
> 
> Is there any documentation anywhere?

Not yet.  Essentialy the new format is %[-][MAX][.MIN](VALEXPR).  But it can 
get a little crazy due to its flexibility, so that the default balance format 
looks like this:

         "%(justify(scrub(display_total), 20, -1, true, color))"
         "  %(!options.flat ? depth_spacer : \"\")"
         "%-(ansify_if(partial_account(options.flat), blue if color))\n%/"
         "%$1\n%/"
         "--------------------\n"

Just imagine the strings concatenated.

John

Reply via email to