Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e9fab8d3
Commit
e9fab8d3
authored
Dec 18, 1992
by
Jim Blandy
Browse files
* frame.c (make_terminal_frame): Don't forget to set the
`async_visible' flag of the new frame.
parent
1a4ea60b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/frame.c
src/frame.c
+1
-0
No files found.
src/frame.c
View file @
e9fab8d3
...
@@ -314,6 +314,7 @@ make_terminal_frame ()
...
@@ -314,6 +314,7 @@ make_terminal_frame ()
Vframe_list
=
Qnil
;
Vframe_list
=
Qnil
;
f
=
make_frame
(
1
);
f
=
make_frame
(
1
);
f
->
name
=
build_string
(
"terminal"
);
f
->
name
=
build_string
(
"terminal"
);
f
->
async_visible
=
1
;
f
->
visible
=
1
;
f
->
visible
=
1
;
f
->
display
.
nothing
=
1
;
/* Nonzero means frame isn't deleted. */
f
->
display
.
nothing
=
1
;
/* Nonzero means frame isn't deleted. */
XSET
(
Vterminal_frame
,
Lisp_Frame
,
f
);
XSET
(
Vterminal_frame
,
Lisp_Frame
,
f
);
...
...
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