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
c095a1dd
Commit
c095a1dd
authored
Apr 17, 2001
by
Gerd Moellmann
Browse files
(redisplay_window): Make sure to clear the desired glyph
matrix of mini-windows.
parent
aa082854
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/xdisp.c
src/xdisp.c
+2
-0
No files found.
src/xdisp.c
View file @
c095a1dd
...
...
@@ -9754,6 +9754,8 @@ redisplay_window (window, just_this_one_p)
blank_row (w, row, y);
goto finish_scroll_bars;
}
clear_glyph_matrix (w->desired_matrix);
}
/* Otherwise set up data on this window; select its buffer and point
...
...
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