mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
term: Move "set_shellsize" to screen.c as "screen_resize"
This commit is contained in:
@@ -5540,7 +5540,7 @@ set_num_option (
|
||||
*pp = old_value;
|
||||
else if (full_screen
|
||||
)
|
||||
set_shellsize((int)Columns, (int)Rows, TRUE);
|
||||
screen_resize((int)Columns, (int)Rows, TRUE);
|
||||
else {
|
||||
/* Postpone the resizing; check the size and cmdline position for
|
||||
* messages. */
|
||||
|
Reference in New Issue
Block a user