(auto_window_vscroll_p): New boolean.
authorKim F. Storm <storm@cua.dk>
Sat, 22 Jan 2005 01:41:47 +0000 (01:41 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 22 Jan 2005 01:41:47 +0000 (01:41 +0000)
commite56263e5264fb804da004bf51d649e6b7240c5f3
treefdc49a2c84a16441d80c230e704201e8846e2c17
parentf15f5495d9403a19900402965ad3d34f78562ffa
(auto_window_vscroll_p): New boolean.
(syms_of_window): DEFVAR_BOOL it.
(Fpos_visible_in_window_p): Extend return value to include RTOP
and RBOT values if FULLY is nil.
(window_scroll_pixel_based): Adjust vscroll for partially visible
rows if auto_window_vscroll_p is set.
(Fset_window_vscroll): Do nothing if vscroll is not modified.
src/window.c