aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 778fa6f32e6..cb14c7060c4 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -1595,6 +1595,11 @@ init_sys_modes ()
1595#endif 1595#endif
1596 set_terminal_modes (); 1596 set_terminal_modes ();
1597 1597
1598 if (!term_initted
1599 && FRAMEP (Vterminal_frame)
1600 && FRAME_TERMCAP_P (XFRAME (Vterminal_frame)))
1601 init_frame_faces (XFRAME (Vterminal_frame));
1602
1598 if (term_initted && no_redraw_on_reenter) 1603 if (term_initted && no_redraw_on_reenter)
1599 { 1604 {
1600 if (display_completed) 1605 if (display_completed)