Mercurial > emacs
changeset 12742:fc5662a15b3d
(do_switch_frame): Do nothing special when switching between terminal frames.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 01 Aug 1995 23:53:30 +0000 |
parents | bcaa94db623c |
children | d9dc148cd8ac |
files | src/frame.c |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Tue Aug 01 23:38:49 1995 +0000 +++ b/src/frame.c Tue Aug 01 23:53:30 1995 +0000 @@ -475,15 +475,6 @@ #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;