mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-23 05:33:57 -04:00
url-mode: add new (public) function url_list_destroy()
This commit is contained in:
parent
116b8fa635
commit
8b882b3a13
2 changed files with 14 additions and 4 deletions
|
|
@ -18,6 +18,9 @@ void urls_collect(
|
|||
|
||||
void url_activate(struct seat *seat, struct terminal *term,
|
||||
const struct url *url, uint32_t serial);
|
||||
|
||||
void url_list_destroy(url_list_t *urls);
|
||||
|
||||
void urls_assign_key_combos(const struct config *conf, url_list_t *urls);
|
||||
|
||||
void urls_render(struct terminal *term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue