mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
fix(ui-ext): send title to newly-attached UI
(cherry picked from commit 43d66c0ebb
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
624c25a70a
commit
86a1e79ee2
@@ -3458,7 +3458,6 @@ void resettitle(void)
|
||||
{
|
||||
ui_call_set_icon(cstr_as_string(lasticon));
|
||||
ui_call_set_title(cstr_as_string(lasttitle));
|
||||
ui_flush();
|
||||
}
|
||||
|
||||
#if defined(EXITFREE)
|
||||
|
Reference in New Issue
Block a user