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
26447967
Commit
26447967
authored
Aug 09, 2001
by
Gerd Moellmann
Browse files
(adjust_glyph_matrix): Undo last change.
parent
99332eb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/dispnew.c
src/dispnew.c
+1
-3
No files found.
src/dispnew.c
View file @
26447967
...
...
@@ -801,9 +801,7 @@ adjust_glyph_matrix (w, matrix, x, y, dim)
for
(
i
=
0
;
i
<
matrix
->
nrows
&&
matrix
->
rows
[
i
].
enabled_p
;
++
i
)
if
(
MATRIX_ROW_BOTTOM_Y
(
matrix
->
rows
+
i
)
>=
window_height
)
{
if
(
MATRIX_ROW_BOTTOM_Y
(
matrix
->
rows
+
i
)
==
window_height
)
++
i
;
++
i
;
break
;
}
...
...
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