aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorJuri Linkov2019-10-01 23:01:08 +0300
committerJuri Linkov2019-10-01 23:01:08 +0300
commit3f981a0a89bca47a207fb362485f07e7322bb145 (patch)
tree95001fa93b9693684108dd114da2a0232640e32e /src/term.c
parent457a7edb4784869079eac2a47d2dc1738332c07a (diff)
downloademacs-feature/tabs.tar.gz
emacs-feature/tabs.zip
Remove unused code and reformat to 70 columns.feature/tabs
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 6f9ac099907..a189a260788 100644
--- a/src/term.c
+++ b/src/term.c
@@ -2342,7 +2342,8 @@ frame's terminal). */)
2342 was suspended. */ 2342 was suspended. */
2343 get_tty_size (fileno (t->display_info.tty->input), &width, &height); 2343 get_tty_size (fileno (t->display_info.tty->input), &width, &height);
2344 if (width != old_width || height != old_height) 2344 if (width != old_width || height != old_height)
2345 change_frame_size (f, width, height - FRAME_MENU_BAR_LINES (f) - FRAME_TAB_BAR_LINES (f), 2345 change_frame_size (f, width, height - FRAME_MENU_BAR_LINES (f)
2346 - FRAME_TAB_BAR_LINES (f),
2346 0, 0, 0, 0); 2347 0, 0, 0, 0);
2347 SET_FRAME_VISIBLE (XFRAME (t->display_info.tty->top_frame), 1); 2348 SET_FRAME_VISIBLE (XFRAME (t->display_info.tty->top_frame), 1);
2348 } 2349 }