mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
url-mode: refresh rendered URLs after accepting a key
This commit is contained in:
parent
01c0535b5a
commit
e9ff8bac1c
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue