term: Move "set_shellsize" to screen.c as "screen_resize"

This commit is contained in:
Thiago de Arruda
2014-12-01 21:00:20 -03:00
parent 9ac2e8423a
commit 05f8d261fe
5 changed files with 103 additions and 101 deletions

View File

@@ -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. */