From 18879bbe85cdef7a60d0692e17b9c835c81e77fc Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 18 Sep 2004 02:33:51 -0400 Subject: some changes in the way formatting strings are handled; for simplicity --- config.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'config.h') 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&) { -- cgit v1.2.3