mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
term: Fix shell_resized for abstract_ui
This commit is contained in:
@@ -2206,8 +2206,12 @@ void win_new_shellsize(void)
|
||||
*/
|
||||
void shell_resized(void)
|
||||
{
|
||||
if (abstract_ui) {
|
||||
ui_refresh();
|
||||
} else {
|
||||
screen_resize(0, 0, FALSE);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Check if the shell size changed. Handle a resize.
|
||||
|
Reference in New Issue
Block a user