summaryrefslogtreecommitdiff
path: root/src/prefs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-16 08:50:37 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-16 08:50:37 +0200
commit902ccb3d65db97ad4f8d17279806b0290d7ca332 (patch)
tree97ef9f469a2812e11ac44722e3b78da1f15dd6a1 /src/prefs.h
parent180e0add685b16a916292d775b7497e8443048e7 (diff)
Search engine queries via the navbar
Any text that doesn't look like a URL is passed onto the configured search URL as a query string. IssueID #157
Diffstat (limited to 'src/prefs.h')
-rw-r--r--src/prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h
index dcda695f..1889c338 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -48,6 +48,7 @@ struct Impl_Prefs {
48 iBool hoverLink; 48 iBool hoverLink;
49 iBool smoothScrolling; 49 iBool smoothScrolling;
50 iBool loadImageInsteadOfScrolling; 50 iBool loadImageInsteadOfScrolling;
51 iString searchUrl;
51 /* Network */ 52 /* Network */
52 iBool decodeUserVisibleURLs; 53 iBool decodeUserVisibleURLs;
53 int maxCacheSize; /* MB */ 54 int maxCacheSize; /* MB */