From 3f981a0a89bca47a207fb362485f07e7322bb145 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 1 Oct 2019 23:01:08 +0300 Subject: Remove unused code and reformat to 70 columns. --- src/term.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/term.c') diff --git a/src/term.c b/src/term.c index 6f9ac099907..a189a260788 100644 --- a/src/term.c +++ b/src/term.c @@ -2342,7 +2342,8 @@ frame's terminal). */) was suspended. */ get_tty_size (fileno (t->display_info.tty->input), &width, &height); if (width != old_width || height != old_height) - change_frame_size (f, width, height - FRAME_MENU_BAR_LINES (f) - FRAME_TAB_BAR_LINES (f), + change_frame_size (f, width, height - FRAME_MENU_BAR_LINES (f) + - FRAME_TAB_BAR_LINES (f), 0, 0, 0, 0); SET_FRAME_VISIBLE (XFRAME (t->display_info.tty->top_frame), 1); } -- cgit v1.2.1