Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
16d07a24
Commit
16d07a24
authored
May 09, 1995
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MULTI_FRAME] (make_terminal_frame): Don't set Vterminal_frame.
(do_switch_frame): Set Vterminal_frame to selected_frame.
parent
917ad15f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/frame.c
src/frame.c
+1
-1
No files found.
src/frame.c
View file @
16d07a24
...
...
@@ -369,7 +369,6 @@ make_terminal_frame ()
f
->
visible
=
1
;
/* FRAME_SET_VISIBLE wd set frame_garbaged. */
f
->
async_visible
=
1
;
/* Don't let visible be cleared later. */
f
->
display
.
nothing
=
1
;
/* Nonzero means frame isn't deleted. */
XSETFRAME
(
Vterminal_frame
,
f
);
return
f
;
}
...
...
@@ -472,6 +471,7 @@ do_switch_frame (frame, no_enter, track)
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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment