summaryrefslogtreecommitdiff
path: root/src/prefs.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-04 22:34:31 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-04 22:34:31 +0300
commit7a4d9cc39337f93cb3b9e5bca982b04f0a7c7da5 (patch)
tree1e55a93e0e69b91d4b50c75ce581e03d6b54e229 /src/prefs.c
parentd827dab6cdbc376b6d33cbe5924588e92cffcf54 (diff)
Split view pinning, "linksplit" special tag
A navigation aid: when in split mode, option to keep one of the tabs pinned to the current page so all links open to the side. Added "linksplit" bookmark tag to activate view splitting when opening a link on the page.
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 e26efaba..e6eba2a6 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -37,6 +37,7 @@ void init_Prefs(iPrefs *d) {
37 d->zoomPercent = 100; 37 d->zoomPercent = 100;
38 d->sideIcon = iTrue; 38 d->sideIcon = iTrue;
39 d->hideToolbarOnScroll = iTrue; 39 d->hideToolbarOnScroll = iTrue;
40 d->pinSplit = 1;
40 d->hoverLink = iFalse; 41 d->hoverLink = iFalse;
41 d->smoothScrolling = iTrue; 42 d->smoothScrolling = iTrue;
42 d->loadImageInsteadOfScrolling = iFalse; 43 d->loadImageInsteadOfScrolling = iFalse;