diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-02 14:18:52 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-02 14:18:52 +0200 |
commit | 46e17ce859a5507000629484227e3d8e68f6ad1d (patch) | |
tree | 04f7cb7ba462ab11acdf605bd6ff51441ac4cc4f /src/ui | |
parent | b24dde82d9ab52634f088be9546f24de5c5aa861 (diff) | |
parent | fe4302d8cbd04d64cab96d7781285a9cf602d591 (diff) |
Merge branch 'finger' into dev
Diffstat (limited to 'src/ui')
-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 0723ed9d..0a8197b5 100644 --- a/src/ui/documentwidget.c +++ b/src/ui/documentwidget.c | |||
@@ -2293,6 +2293,7 @@ static iBool processEvent_DocumentWidget_(iDocumentWidget *d, const SDL_Event *e | |||
2293 | const iRangecc scheme = urlScheme_String(linkUrl); | 2293 | const iRangecc scheme = urlScheme_String(linkUrl); |
2294 | const iBool isGemini = equalCase_Rangecc(scheme, "gemini"); | 2294 | const iBool isGemini = equalCase_Rangecc(scheme, "gemini"); |
2295 | if (willUseProxy_App(scheme) || isGemini || | 2295 | if (willUseProxy_App(scheme) || isGemini || |
2296 | equalCase_Rangecc(scheme, "finger") || | ||
2296 | equalCase_Rangecc(scheme, "gopher")) { | 2297 | equalCase_Rangecc(scheme, "gopher")) { |
2297 | /* Regular links that we can open. */ | 2298 | /* Regular links that we can open. */ |
2298 | pushBackN_Array( | 2299 | pushBackN_Array( |