summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-18 09:07:21 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-18 09:07:21 +0300
commitbaf4f8d5b02952e4adfcf60acdd1ac904c132c89 (patch)
tree6a468ffdf3de63ec2f94508f5dbcd94a8ee6d1ac /src/prefs.h
parent3fb04c28f22475814708f69022eae5220d542108 (diff)
Preferences: ANSI escape flags
FG color and font style escapes can be enabled separately. FG color remains enabled by default like before.
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.h b/src/prefs.h
index bbf98370..dc0914a6 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -89,7 +89,7 @@ struct Impl_Prefs {
89 /* Style */ 89 /* Style */
90 iStringSet * disabledFontPacks; 90 iStringSet * disabledFontPacks;
91 iBool fontSmoothing; 91 iBool fontSmoothing;
92 iBool gemtextAnsiEscapes; 92 int gemtextAnsiEscapes;
93 iBool monospaceGemini; 93 iBool monospaceGemini;
94 iBool monospaceGopher; 94 iBool monospaceGopher;
95 iBool boldLinkVisited; 95 iBool boldLinkVisited;