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
4b0bb6f3
Commit
4b0bb6f3
authored
Mar 23, 2000
by
Gerd Moellmann
Browse files
(fast_find_position): Make sure not to consider rows
not visible in the window.
parent
990b2375
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/xterm.c
src/xterm.c
+3
-0
No files found.
src/xterm.c
View file @
4b0bb6f3
...
...
@@ -6764,6 +6764,9 @@ fast_find_position (w, pos, hpos, vpos, x, y)
best_row = row;
best_row_vpos = row_vpos;
}
if (row->y + row->height >= yb)
break;
++row;
++row_vpos;
...
...
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