From 6dfab00d57392a6453a4ed7286c9edca3ff6320e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 4 Oct 2008 15:24:05 +0000 Subject: [PATCH] (redisplay_internal): If frame switched, redisplay the whole thing on MSDOS frames as well as on a TTY. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) if (face_change_count) ++windows_or_buffers_changed; - if (FRAME_TERMCAP_P (sf) + if ((FRAME_TERMCAP_P (sf) || FRAME_MSDOS_P (sf)) && FRAME_TTY (sf)->previous_frame != sf) { /* Since frames on a single ASCII terminal share the same -- 2.39.5