aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-08-01 23:53:30 +0000
committerRichard M. Stallman1995-08-01 23:53:30 +0000
commit721565973f592519b95b4732c39237bee3178a3a (patch)
tree956bfabb6edb20f21f9a50bfd73f932cd611944f /src
parentc86bd65bfc20441d7599189d97990f945d41d412 (diff)
downloademacs-721565973f592519b95b4732c39237bee3178a3a.tar.gz
emacs-721565973f592519b95b4732c39237bee3178a3a.zip
(do_switch_frame): Do nothing special when switching between terminal frames.
Diffstat (limited to 'src')
-rw-r--r--src/frame.c9
1 files changed, 0 insertions, 9 deletions
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)
475#endif /* HAVE_X_WINDOWS */ 475#endif /* HAVE_X_WINDOWS */
476#endif /* ! 0 */ 476#endif /* ! 0 */
477 477
478 if (FRAME_TERMCAP_P (XFRAME (frame)))
479 {
480 /* Since frames on an ASCII terminal share the same display area,
481 switching means we must redisplay the whole thing. */
482 windows_or_buffers_changed++;
483 SET_FRAME_GARBAGED (XFRAME (frame));
484 XSETFRAME (Vterminal_frame, frame);
485 }
486
487 selected_frame = XFRAME (frame); 478 selected_frame = XFRAME (frame);
488 if (! FRAME_MINIBUF_ONLY_P (selected_frame)) 479 if (! FRAME_MINIBUF_ONLY_P (selected_frame))
489 last_nonminibuf_frame = selected_frame; 480 last_nonminibuf_frame = selected_frame;