mirror of
https://github.com/neovim/neovim.git
synced 2025-11-30 14:10:50 +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