mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-06 01:40:22 -05:00
config: add url.protocols
This makes the protocols recognized by auto-detected URLs configurable. Closes #531
This commit is contained in:
parent
0f483d65ce
commit
53516aceec
6 changed files with 85 additions and 19 deletions
3
config.h
3
config.h
|
|
@ -135,6 +135,9 @@ struct config {
|
|||
OSC8_UNDERLINE_ALWAYS,
|
||||
} osc8_underline;
|
||||
|
||||
wchar_t **protocols;
|
||||
size_t prot_count;
|
||||
size_t max_prot_len;
|
||||
} url;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue