mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
screen: Fix screen_resize to consider minimum screen size
This commit is contained in:
parent
361c2290b6
commit
c51c0950d3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user