diff options
author | John Wiegley <johnw@newartisans.com> | 2004-09-18 02:33:51 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-09-18 02:33:51 -0400 |
commit | 18879bbe85cdef7a60d0692e17b9c835c81e77fc (patch) | |
tree | 6b1f842611c09609d235fe68381483cdb2e5e348 /config.h | |
parent | a2bbd7dc8fa3e5ae07bb662689bb107945aacf2e (diff) | |
download | fork-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.h | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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&) { |