mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04:00
url-mode: urls_collect(): URL list pointer as an argument
This commit is contained in:
parent
2c10a147ea
commit
a988138492
4 changed files with 61 additions and 55 deletions
6
input.c
6
input.c
|
|
@ -280,9 +280,9 @@ execute_binding(struct seat *seat, struct terminal *term,
|
|||
? URL_ACTION_COPY
|
||||
: URL_ACTION_LAUNCH;
|
||||
|
||||
urls_collect(term, url_action);
|
||||
urls_tag_cells(term);
|
||||
render_refresh_urls(term);
|
||||
urls_collect(term, url_action, &term->urls);
|
||||
urls_assign_key_combos(&term->urls);
|
||||
urls_render(term);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue