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
df77d0b2
Commit
df77d0b2
authored
Jul 19, 1997
by
Richard M. Stallman
Browse files
(redisplay_internal): Calculate new_count properly
for non-window displays.
parent
ca0afed9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
src/xdisp.c
src/xdisp.c
+9
-5
No files found.
src/xdisp.c
View file @
df77d0b2
...
...
@@ -1331,11 +1331,15 @@ redisplay_internal (preserve_echo_area)
FOR_EACH_FRAME
(
tail
,
frame
)
{
int
this_is_visible
=
0
;
if
(
FRAME_WINDOW_P
(
XFRAME
(
frame
))
||
XFRAME
(
frame
)
==
selected_frame
)
{
if
(
XFRAME
(
frame
)
->
visible
)
this_is_visible
=
1
;
FRAME_SAMPLE_VISIBILITY
(
XFRAME
(
frame
));
if
(
XFRAME
(
frame
)
->
visible
)
this_is_visible
=
1
;
}
if
(
this_is_visible
)
new_count
++
;
...
...
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