summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-06 16:04:59 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-06 16:04:59 +0200
commit6ffe005a8ad62fb5ecdd5fc6d63f914b9c45142c (patch)
tree69f4b088a2326807d92e7bdd63c78135f894785a /src/prefs.c
parenta4a7a75cd70d41e45f12afbaba0b0bb3faa5dfd3 (diff)
Added an option to disable smooth scrolling
IssueID #27
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 8d1dd8fe..815dac52 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -28,6 +28,7 @@ void init_Prefs(iPrefs *d) {
28 d->useSystemTheme = iTrue; 28 d->useSystemTheme = iTrue;
29 d->retainWindowSize = iTrue; 29 d->retainWindowSize = iTrue;
30 d->zoomPercent = 100; 30 d->zoomPercent = 100;
31 d->smoothScrolling = iTrue;
31 d->forceLineWrap = iFalse; 32 d->forceLineWrap = iFalse;
32 d->quoteIcon = iTrue; 33 d->quoteIcon = iTrue;
33 d->font = nunito_TextFont; 34 d->font = nunito_TextFont;