mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-06 01:40:22 -05: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"gemini://",
|
||||
L"gopher://",
|
||||
L"irc://",
|
||||
L"ircs://",
|
||||
};
|
||||
conf->url.protocols = xmalloc(
|
||||
ALEN(url_protocols) * sizeof(conf->url.protocols[0]));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue