aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 32ad1fd1217..47ba85f7503 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -11394,7 +11394,7 @@ redisplay_internal (preserve_echo_area)
11394 if (face_change_count) 11394 if (face_change_count)
11395 ++windows_or_buffers_changed; 11395 ++windows_or_buffers_changed;
11396 11396
11397 if (FRAME_TERMCAP_P (sf) 11397 if ((FRAME_TERMCAP_P (sf) || FRAME_MSDOS_P (sf))
11398 && FRAME_TTY (sf)->previous_frame != sf) 11398 && FRAME_TTY (sf)->previous_frame != sf)
11399 { 11399 {
11400 /* Since frames on a single ASCII terminal share the same 11400 /* Since frames on a single ASCII terminal share the same