Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a4e628d4
Commit
a4e628d4
authored
Aug 25, 2008
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(do_switch_frame): Mark previously displayed frame as obscured for
FRAME_MSDOS_P frames as well.
parent
7d1dc4ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/frame.c
src/frame.c
+1
-1
No files found.
src/ChangeLog
View file @
a4e628d4
2008-08-25 Eli Zaretskii <eliz@gnu.org>
* frame.c (do_switch_frame): Mark previously displayed frame as
obscured for FRAME_MSDOS_P frames as well.
2008-08-24 Eli Zaretskii <eliz@gnu.org>
* frame.c (make_terminal_frame): Initialize f->terminal,
...
...
src/frame.c
View file @
a4e628d4
...
...
@@ -876,7 +876,7 @@ do_switch_frame (frame, track, for_deletion)
if
(
!
for_deletion
&&
FRAME_HAS_MINIBUF_P
(
sf
))
resize_mini_window
(
XWINDOW
(
FRAME_MINIBUF_WINDOW
(
sf
)),
1
);
if
(
FRAME_TERMCAP_P
(
XFRAME
(
frame
)))
if
(
FRAME_TERMCAP_P
(
XFRAME
(
frame
))
||
FRAME_MSDOS_P
(
XFRAME
(
frame
)))
{
if
(
FRAMEP
(
FRAME_TTY
(
XFRAME
(
frame
))
->
top_frame
))
/* Mark previously displayed frame as now obscured. */
...
...
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