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:
Daniel Eklöf 2021-02-23 09:16:13 +01:00
parent a0f021b7db
commit aa10cd54ea
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -680,6 +680,5 @@ urls_reset(struct terminal *term)
term->urls_show_uri_on_jump_label = false;
memset(term->url_keys, 0, sizeof(term->url_keys));
term_damage_view(term);
render_refresh(term);
}