summaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'format.h')
-rw-r--r--format.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/format.h b/format.h
index e245b9aa..09e1d746 100644
--- a/format.h
+++ b/format.h
@@ -72,6 +72,9 @@ struct format_t
std::string format_string;
element_t * elements;
+ static bool ansi_codes;
+ static bool ansi_invert;
+
format_t() : elements(NULL) {
DEBUG_PRINT("ledger.memory.ctors", "ctor format_t");
}