]> git.eshelyaron.com Git - emacs.git/commit
(pos_visible_p): Remove exact_mode_line_heights_p arg;
authorKim F. Storm <storm@cua.dk>
Tue, 5 Sep 2006 22:49:51 +0000 (22:49 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 5 Sep 2006 22:49:51 +0000 (22:49 +0000)
commit7ca2645091d9620d4d62449929fa883cfd07c4d7
treed25d3dd5b2fa4d0e2f340fff1a0d1b1a7f816bb7
parent5a857365b5506c871d33bcfdf656ef1d036d616b
(pos_visible_p): Remove exact_mode_line_heights_p arg;
so always calculate heights even when pos-visible-in-window-p is
called with partially = t.  Don't overshoot last_visible_y in move_it_to.
Return row height and row number in new rowh and vpos args.
(cursor_row_fully_visible_p): First line is always "fully visible".
(try_window): Don't clear matrix if vscrolled.
src/xdisp.c