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
db6f348c
Commit
db6f348c
authored
Aug 02, 1993
by
Jim Blandy
Browse files
* xdisp.c (display_menu_bar): Redisplay all lines occupied by the
menu bar, not just the first.
parent
f870f3fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/xdisp.c
src/xdisp.c
+5
-0
No files found.
src/xdisp.c
View file @
db6f348c
...
...
@@ -2194,6 +2194,11 @@ display_menu_bar (w)
/* Fill out the line with spaces. */
if
(
maxendcol
>
hpos
)
hpos
=
display_string
(
w
,
vpos
,
""
,
hpos
,
0
,
maxendcol
,
-
1
);
/* Clear the rest of the lines allocated to the menu bar. */
vpos
++
;
while
(
vpos
<
FRAME_MENU_BAR_LINES
(
f
))
get_display_line
(
f
,
vpos
++
,
0
);
}
/* Display the mode line for window w */
...
...
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