]> git.eshelyaron.com Git - emacs.git/commit
(window_scroll_pixel_based): Move outside a
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 Jun 2003 18:18:10 +0000 (18:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 Jun 2003 18:18:10 +0000 (18:18 +0000)
commit6a8b7c79f50daf4470722d1dd6f85d6f507eeefc
tree33401ef0fa15f48abdfb63efc1feb9a2c0c22d10
parent80dd51729ac111eaf70505730c63ea6bef20755a
(window_scroll_pixel_based): Move outside a
multi-glyph character before setting new window start.

(window_scroll_pixel_based): Fix check for reaching BEGV.
Don't try to make last line fully visible if it is past end of window.

(window_scroll_pixel_based): Don't call Fbolp;
instead, see if the new start pos is at beginning of line.

(window_scroll_pixel_based): Exit the move_it_by_lines
loop whenever it stops making progress.
src/ChangeLog
src/window.c