mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04:00
Add irc:// to default URL schemes
This commit is contained in:
parent
3f10ee87b1
commit
3f34ec7470
2 changed files with 3 additions and 1 deletions
2
config.c
2
config.c
|
|
@ -2845,6 +2845,8 @@ config_load(struct config *conf, const char *conf_path,
|
||||||
L"file://",
|
L"file://",
|
||||||
L"gemini://",
|
L"gemini://",
|
||||||
L"gopher://",
|
L"gopher://",
|
||||||
|
L"irc://",
|
||||||
|
L"ircs://",
|
||||||
};
|
};
|
||||||
conf->url.protocols = xmalloc(
|
conf->url.protocols = xmalloc(
|
||||||
ALEN(url_protocols) * sizeof(conf->url.protocols[0]));
|
ALEN(url_protocols) * sizeof(conf->url.protocols[0]));
|
||||||
|
|
|
||||||
|
|
@ -393,7 +393,7 @@ in this order:
|
||||||
recognized in URL mode. Note that only auto-detected URLs are
|
recognized in URL mode. Note that only auto-detected URLs are
|
||||||
affected by this option. OSC-8 URLs are always enabled, regardless
|
affected by this option. OSC-8 URLs are always enabled, regardless
|
||||||
of protocol. Default: _http, https, ftp, ftps, file, gemini,
|
of protocol. Default: _http, https, ftp, ftps, file, gemini,
|
||||||
gopher_.
|
gopher, irc, ircs_.
|
||||||
|
|
||||||
*uri-characters*
|
*uri-characters*
|
||||||
Set of characters allowed in auto-detected URLs. Any character not
|
Set of characters allowed in auto-detected URLs. Any character not
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue