summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gmdocument.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index de394888..b18e86d1 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -2127,7 +2127,6 @@ void setSource_GmDocument(iGmDocument *d, const iString *source, int width, int
2127 else { 2127 else {
2128 d->theme.ansiEscapes = allowAll_AnsiFlag; 2128 d->theme.ansiEscapes = allowAll_AnsiFlag;
2129 } 2129 }
2130 d->theme.ansiEscapes |= allowBg_AnsiFlag; /* TODO: add setting */
2131 if (isNormalized_GmDocument_(d)) { 2130 if (isNormalized_GmDocument_(d)) {
2132 normalize_GmDocument(d); 2131 normalize_GmDocument(d);
2133 } 2132 }