url-mode: rename activate_url() -> url_activate(), make public

This commit is contained in:
Daniel Eklöf 2022-06-17 18:44:33 +02:00
parent 8689389523
commit 116b8fa635
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 6 additions and 3 deletions

View file

@ -15,6 +15,9 @@ static inline bool urls_mode_is_active(const struct terminal *term)
void urls_collect(
const struct terminal *term, enum url_action action, url_list_t *urls);
void url_activate(struct seat *seat, struct terminal *term,
const struct url *url, uint32_t serial);
void urls_assign_key_combos(const struct config *conf, url_list_t *urls);
void urls_render(struct terminal *term);