summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-15 08:11:55 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-15 08:11:55 +0300
commitf5938745dcbe567d6e52f79b63151584d2c917d8 (patch)
tree3fef4e28b6546141bc0d1a92a482b792669cc8ec /src/prefs.c
parent2ab107766248e35c895d89834f221caee48a96bd (diff)
Preferences: Option to bold visited links, too
Cleaned up serialization of the bool preferences a little.
Diffstat (limited to 'src/prefs.c')
-rw-r--r--src/prefs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.c b/src/prefs.c
index ea0717e5..673470d6 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -64,6 +64,7 @@ void init_Prefs(iPrefs *d) {
64 d->gemtextAnsiEscapes = iFalse; 64 d->gemtextAnsiEscapes = iFalse;
65 d->monospaceGemini = iFalse; 65 d->monospaceGemini = iFalse;
66 d->monospaceGopher = iFalse; 66 d->monospaceGopher = iFalse;
67 d->boldLinkVisited = iTrue;
67 d->boldLinkDark = iTrue; 68 d->boldLinkDark = iTrue;
68 d->boldLinkLight = iTrue; 69 d->boldLinkLight = iTrue;
69 d->lineWidth = 38; 70 d->lineWidth = 38;