From a4bfb9306343a0801a85cafb20896e2476b31d5c Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Tue, 2 Feb 2021 18:19:30 +0200 Subject: Stripping the URL fragment Lagrange will retain URL fragments when parsing gemtext, but will strip them when making requests or when a DocumentWidget's URL is set. This allows opening URLs with fragments in an external browser. IssueID #128 --- src/gmutil.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gmutil.h') diff --git a/src/gmutil.h b/src/gmutil.h index 3fd1268d..1caf2445 100644 --- a/src/gmutil.h +++ b/src/gmutil.h @@ -96,6 +96,7 @@ struct Impl_Url { iRangecc port; iRangecc path; iRangecc query; + iRangecc fragment; }; void init_Url (iUrl *, const iString *text); -- cgit v1.2.3