mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +00:00
screen: Fix screen_resize to consider minimum screen size
This commit is contained in:
@@ -8185,6 +8185,8 @@ void screen_resize(int width, int height, int mustset)
|
||||
Columns = width;
|
||||
}
|
||||
check_shellsize();
|
||||
height = Rows;
|
||||
width = Columns;
|
||||
|
||||
if (abstract_ui) {
|
||||
// Clear the output buffer to ensure UIs don't receive redraw command meant
|
||||
|
Reference in New Issue
Block a user