summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-27 07:15:07 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-27 07:15:07 +0200
commit44dbcf1c1a93d768ea3b1422e979cd202c3efc99 (patch)
tree92d855ca8e5f0160b3f519a6e65c12b11937dbd2 /src
parenta438a05b15d4cdcf542e617b74ee19cdbd3b6bee (diff)
GmDocument: Allow ANSI BG setting to take effect
Diffstat (limited to 'src')
-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 }