From e32fd4e7796d6e7c5a4803e45bc230378ec4dd0b Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 24 Jul 2020 21:05:02 +0300 Subject: Font update; ANSI color escapes; fixed URL update Newer version of the Fira fonts, and added a separate UI font (Source Sans Pro). The text renderer checks for the 4-bit ANSI color escapes for the setting the foreground color. InputWidget supports paste from clipboard. The navbar updates the current URL when the page has been loaded. --- src/gmrequest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gmrequest.h') diff --git a/src/gmrequest.h b/src/gmrequest.h index e7d5916b..b2cd339b 100644 --- a/src/gmrequest.h +++ b/src/gmrequest.h @@ -21,3 +21,4 @@ const char * error_GmRequest (const iGmRequest *); /* NULL if suc enum iGmStatusCode status_GmRequest (const iGmRequest *); const iString * meta_GmRequest (const iGmRequest *); const iBlock * body_GmRequest (const iGmRequest *); +const iString * url_GmRequest (const iGmRequest *); -- cgit v1.2.3