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
a2f016e3
Commit
a2f016e3
authored
Sep 21, 1996
by
Richard M. Stallman
Browse files
(echo_area_display): Clear the left-side scroll bar columns.
parent
85462999
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/xdisp.c
src/xdisp.c
+8
-0
No files found.
src/xdisp.c
View file @
a2f016e3
...
...
@@ -596,10 +596,18 @@ echo_area_display ()
if (echo_area_glyphs || minibuf_level == 0)
{
int i;
echo_area_window = mini_window;
vpos = XFASTINT (XWINDOW (mini_window)->top);
get_display_line (f, vpos, 0);
/* Make sure the columns that overlap a left-hand scroll bar
are always clear. */
for (i = 0; i < FRAME_LEFT_SCROLL_BAR_WIDTH (f); i++)
f->desired_glyphs->glyphs[vpos][i] = SPACEGLYPH;
display_string (XWINDOW (mini_window), vpos,
echo_area_glyphs ? echo_area_glyphs : "",
echo_area_glyphs ? echo_area_glyphs_length : -1,
...
...
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