]> git.eshelyaron.com Git - emacs.git/commit
(try_cursor_movement): Exclude header line from scroll
authorKim F. Storm <storm@cua.dk>
Tue, 15 Jun 2004 10:35:05 +0000 (10:35 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 15 Jun 2004 10:35:05 +0000 (10:35 +0000)
commit38793d6a3efa6a1f9de740a6736f07bdfe7f3317
treec7c8d082987c5241f8f2b9e0dca239147e2cd122
parentc4a5739cd32849a02d0d0524d7634fa505b30cf2
(try_cursor_movement): Exclude header line from scroll
margin at top of window.
(try_window_reusing_current_matrix): Calculate proper cursor position
after scrolling up with non-zero scroll margin, as the old cursor
position corresponds to value of PT before executing this command.
(try_window_id): Consider scroll margin at bottom of window too;
otherwise we fail to scroll when hl-line-mode is enabled.
src/xdisp.c