Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5cacdcfd
Commit
5cacdcfd
authored
Aug 16, 2005
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(increment_row_positions): Skip non-enabled rows.
parent
ab89a403
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/dispnew.c
src/dispnew.c
+3
-0
No files found.
src/dispnew.c
View file @
5cacdcfd
...
...
@@ -1185,6 +1185,9 @@ increment_row_positions (row, delta, delta_bytes)
MATRIX_ROW_END_CHARPOS
(
row
)
+=
delta
;
MATRIX_ROW_END_BYTEPOS
(
row
)
+=
delta_bytes
;
if
(
!
row
->
enabled_p
)
return
;
/* Increment positions in glyphs. */
for
(
area
=
0
;
area
<
LAST_AREA
;
++
area
)
for
(
i
=
0
;
i
<
row
->
used
[
area
];
++
i
)
...
...
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