mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-09 08:21:01 -04:00
config: add url.uri-characters
This option specifies the characters allowed in the auto-detected URLs. Any character not in this set constitutes an URL delimiter, and will never be included in auto-detected URLs. This option does not affect OSC-8 URLs. Closes #654
This commit is contained in:
parent
f9ba2a8c5c
commit
0c03e9a766
5 changed files with 119 additions and 46 deletions
1
config.h
1
config.h
|
|
@ -151,6 +151,7 @@ struct config {
|
|||
} osc8_underline;
|
||||
|
||||
wchar_t **protocols;
|
||||
wchar_t *uri_characters;
|
||||
size_t prot_count;
|
||||
size_t max_prot_len;
|
||||
} url;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue