On my laptop, my terminals tile to > 80 characters wide--it'd be great to be
able to make use of that extra space. (should be 80 chars by default though)
2009-08-24 10:23:36spang@bestpractical.com
Well, it is, via summary-format. The problem is, (1) this is used both for the CLI
and the web UI. Maybe we don't want to share. Also, it doesn't pass through
sprintf errors, which it should.
2009-08-24 17:36:18spang@bestpractical.com
Wrong again. It does pass through sprintf errors... it's just that if the
output gets paged, the warnings get obscured. Made this better (print less,
explode more).
2009-08-24 17:43:27spang@bestpractical.com
Closing this for now anyway. If the
summary-format-being-tied-to-both-web-UI-and-CLI bit is a problem for someone,
it will come up later.