diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-02 11:35:53 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-02 11:36:53 +0200 |
commit | 51d823832538d495f382299ec668e7afa1cc12f8 (patch) | |
tree | 48884754c0d2d5f37f41425726d28ffa1101733e /src/ui/documentwidget.c | |
parent | 2254b31a65c784888215169efc9a067f7dd3a430 (diff) |
Add support for Finger protocol
A patch courtesy of John Cowan.
IssueID #106
Diffstat (limited to 'src/ui/documentwidget.c')
-rw-r--r-- | src/ui/documentwidget.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c index bc9dbc8d..da66c65d 100644 --- a/src/ui/documentwidget.c +++ b/src/ui/documentwidget.c | |||
@@ -2292,6 +2292,7 @@ static iBool processEvent_DocumentWidget_(iDocumentWidget *d, const SDL_Event *e | |||
2292 | const iRangecc scheme = urlScheme_String(linkUrl); | 2292 | const iRangecc scheme = urlScheme_String(linkUrl); |
2293 | const iBool isGemini = equalCase_Rangecc(scheme, "gemini"); | 2293 | const iBool isGemini = equalCase_Rangecc(scheme, "gemini"); |
2294 | if (willUseProxy_App(scheme) || isGemini || | 2294 | if (willUseProxy_App(scheme) || isGemini || |
2295 | equalCase_Rangecc(scheme, "finger") || | ||
2295 | equalCase_Rangecc(scheme, "gopher")) { | 2296 | equalCase_Rangecc(scheme, "gopher")) { |
2296 | /* Regular links that we can open. */ | 2297 | /* Regular links that we can open. */ |
2297 | pushBackN_Array( | 2298 | pushBackN_Array( |