mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-10 05:33:51 -04:00
render: pace title updates
Synchronize window title updates with window rendering.
This commit is contained in:
parent
b46ad6a50a
commit
9bbbd26c7a
4 changed files with 34 additions and 16 deletions
|
|
@ -1943,7 +1943,7 @@ term_set_window_title(struct terminal *term, const char *title)
|
|||
{
|
||||
free(term->window_title);
|
||||
term->window_title = strdup(title);
|
||||
render_set_title(term, term->window_title);
|
||||
render_refresh_title(term);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue