aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 5f70c7a3d4f..642010549bf 100644
--- a/src/term.c
+++ b/src/term.c
@@ -2341,7 +2341,8 @@ frame's terminal). */)
2341 was suspended. */ 2341 was suspended. */
2342 get_tty_size (fileno (t->display_info.tty->input), &width, &height); 2342 get_tty_size (fileno (t->display_info.tty->input), &width, &height);
2343 if (width != old_width || height != old_height) 2343 if (width != old_width || height != old_height)
2344 change_frame_size (f, width, height - FRAME_MENU_BAR_LINES (f), 2344 change_frame_size (f, width, height - FRAME_MENU_BAR_LINES (f)
2345 - FRAME_TAB_BAR_LINES (f),
2345 0, 0, 0, 0); 2346 0, 0, 0, 0);
2346 SET_FRAME_VISIBLE (XFRAME (t->display_info.tty->top_frame), 1); 2347 SET_FRAME_VISIBLE (XFRAME (t->display_info.tty->top_frame), 1);
2347 } 2348 }