summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-15 07:43:27 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-15 07:43:27 +0200
commite9048baadbe738c7b63e2f49f3918053341d720e (patch)
tree307b1dbadbe276c02b12b753d92d49e77b9074a6 /src/prefs.h
parentaf08260b09786a89007e5fad7116520fab96acbf (diff)
Added a preference for monospace body text
Monospace body font can be set separately for Gemini and Gopher.
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index bf642600..2488d43b 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -46,6 +46,8 @@ struct Impl_Prefs {
46 /* Content */ 46 /* Content */
47 enum iTextFont font; 47 enum iTextFont font;
48 enum iTextFont headingFont; 48 enum iTextFont headingFont;
49 iBool monospaceGemini;
50 iBool monospaceGopher;
49 int lineWidth; 51 int lineWidth;
50 iBool bigFirstParagraph; 52 iBool bigFirstParagraph;
51 iBool forceLineWrap; 53 iBool forceLineWrap;