mirror of
https://github.com/neovim/neovim.git
synced 2025-12-01 14:33:11 +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;
|
Columns = width;
|
||||||
}
|
}
|
||||||
check_shellsize();
|
check_shellsize();
|
||||||
|
height = Rows;
|
||||||
|
width = Columns;
|
||||||
|
|
||||||
if (abstract_ui) {
|
if (abstract_ui) {
|
||||||
// Clear the output buffer to ensure UIs don't receive redraw command meant
|
// Clear the output buffer to ensure UIs don't receive redraw command meant
|
||||||
|
|||||||
Reference in New Issue
Block a user