From 902ccb3d65db97ad4f8d17279806b0290d7ca332 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Tue, 16 Feb 2021 08:50:37 +0200 Subject: 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 --- src/app.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app.h') 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); enum iColorTheme colorTheme_App (void); const iString * schemeProxy_App (iRangecc scheme); iBool willUseProxy_App (const iRangecc scheme); +const iString * searchQueryUrl_App (const iString *queryStringUnescaped); typedef void (*iTickerFunc)(iAny *); -- cgit v1.2.3