summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-09-18 02:33:51 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-09-18 02:33:51 -0400
commit18879bbe85cdef7a60d0692e17b9c835c81e77fc (patch)
tree6b1f842611c09609d235fe68381483cdb2e5e348 /config.h
parenta2bbd7dc8fa3e5ae07bb662689bb107945aacf2e (diff)
downloadfork-ledger-18879bbe85cdef7a60d0692e17b9c835c81e77fc.tar.gz
fork-ledger-18879bbe85cdef7a60d0692e17b9c835c81e77fc.tar.bz2
fork-ledger-18879bbe85cdef7a60d0692e17b9c835c81e77fc.zip
some changes in the way formatting strings are handled; for simplicity
Diffstat (limited to 'config.h')
-rw-r--r--config.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/config.h b/config.h
index e12936b4..6a5124d1 100644
--- a/config.h
+++ b/config.h
@@ -36,6 +36,12 @@ struct config_t
std::string display_predicate;
std::string report_interval;
std::string format_string;
+ std::string balance_format;
+ std::string register_format;
+ std::string plot_value_format;
+ std::string plot_total_format;
+ std::string print_format;
+ std::string equity_format;
std::string date_format;
std::string sort_string;
std::string value_expr;
@@ -51,13 +57,8 @@ struct config_t
bool show_revalued;
bool show_revalued_only;
bool download_quotes;
-
- // These settings require processing of the above.
-
bool use_cache;
bool cache_dirty;
- format_t format;
- format_t nformat;
config_t();
config_t(const config_t&) {