From: Richard M. Stallman Date: Tue, 1 Aug 1995 23:53:30 +0000 (+0000) Subject: (do_switch_frame): Do nothing special when switching between terminal frames. X-Git-Tag: emacs-19.34~3118 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=721565973f592519b95b4732c39237bee3178a3a;p=emacs.git (do_switch_frame): Do nothing special when switching between terminal frames. --- diff --git a/src/frame.c b/src/frame.c index 1a6cd9f63fe..bc84c38ff6c 100644 --- a/src/frame.c +++ b/src/frame.c @@ -475,15 +475,6 @@ do_switch_frame (frame, no_enter, track) #endif /* HAVE_X_WINDOWS */ #endif /* ! 0 */ - if (FRAME_TERMCAP_P (XFRAME (frame))) - { - /* Since frames on an ASCII terminal share the same display area, - switching means we must redisplay the whole thing. */ - windows_or_buffers_changed++; - SET_FRAME_GARBAGED (XFRAME (frame)); - XSETFRAME (Vterminal_frame, frame); - } - selected_frame = XFRAME (frame); if (! FRAME_MINIBUF_ONLY_P (selected_frame)) last_nonminibuf_frame = selected_frame;