mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-05 07:15:30 -04:00
url-mode: no need to damage the entire view when exiting URL mode
The renderer will simply apply *all* accumulated damage at once, when we render the real grid.
This commit is contained in:
parent
a0f021b7db
commit
aa10cd54ea
1 changed files with 0 additions and 1 deletions
|
|
@ -680,6 +680,5 @@ urls_reset(struct terminal *term)
|
||||||
term->urls_show_uri_on_jump_label = false;
|
term->urls_show_uri_on_jump_label = false;
|
||||||
memset(term->url_keys, 0, sizeof(term->url_keys));
|
memset(term->url_keys, 0, sizeof(term->url_keys));
|
||||||
|
|
||||||
term_damage_view(term);
|
|
||||||
render_refresh(term);
|
render_refresh(term);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue