aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-08-01 23:53:30 +0000
committerRichard M. Stallman <[email protected]>1995-08-01 23:53:30 +0000
commit721565973f592519b95b4732c39237bee3178a3a (patch)
tree956bfabb6edb20f21f9a50bfd73f932cd611944f /src/frame.c
parentc86bd65bfc20441d7599189d97990f945d41d412 (diff)
(do_switch_frame): Do nothing special when switching between terminal frames.
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/frame.c b/src/frame.c
index 1a6cd9f63f..bc84c38ff6 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;