url-mode: refresh rendered URLs after accepting a key

This commit is contained in:
Daniel Eklöf 2021-02-06 20:53:06 +01:00
parent 01c0535b5a
commit e9ff8bac1c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -135,6 +135,7 @@ urls_input(struct seat *seat, struct terminal *term, uint32_t key,
else if (is_valid) {
xassert(seq_len + 1 <= ALEN(term->url_keys));
term->url_keys[seq_len] = wc;
render_refresh_urls(term);
}
}