mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
uri: add uri_parse() - new function extracts components from an URI
This commit is contained in:
parent
9580c04dd3
commit
608cc746ad
3 changed files with 286 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ executable(
|
|||
'spawn.c', 'spawn.h',
|
||||
'terminal.c', 'terminal.h',
|
||||
'tokenize.c', 'tokenize.h',
|
||||
'uri.c', 'uri.h',
|
||||
'user-notification.h',
|
||||
'vt.c', 'vt.h',
|
||||
'wayland.c', 'wayland.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue