summaryrefslogtreecommitdiff
path: root/src/app.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/app.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/app.h')
-rw-r--r--src/app.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.h b/src/app.h
index efaf0a3e..54c60d10 100644
--- a/src/app.h
+++ b/src/app.h
@@ -75,6 +75,7 @@ iBool forceSoftwareRender_App(void);
75enum iColorTheme colorTheme_App (void); 75enum iColorTheme colorTheme_App (void);
76const iString * schemeProxy_App (iRangecc scheme); 76const iString * schemeProxy_App (iRangecc scheme);
77iBool willUseProxy_App (const iRangecc scheme); 77iBool willUseProxy_App (const iRangecc scheme);
78const iString * searchQueryUrl_App (const iString *queryStringUnescaped);
78 79
79typedef void (*iTickerFunc)(iAny *); 80typedef void (*iTickerFunc)(iAny *);
80 81