]> git.eshelyaron.com Git - emacs.git/commit
(start_display): WHen starting display on a continuation
authorGerd Moellmann <gerd@gnu.org>
Mon, 7 Aug 2000 21:52:14 +0000 (21:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 7 Aug 2000 21:52:14 +0000 (21:52 +0000)
commitb28cb6ed7a7099b13c663047dedd9573e774833f
tree72239a52a51966bc0f7cc19c23c43cb901ce44f2
parent5e9e032a38c132e9d1b2709c000ee7795b6be0fb
(start_display): WHen starting display on a continuation
line, clear ascent and descent members of the iterator structure;
the height of the continued line does not affect the height of the
continuation line.
(make_cursor_line_fully_visible): Do nothing if cursor is on a
line taller than the window.
(redisplay_window) <forced window start>: Handle case that the
middle of the window is not found in any row.
(dump_glyph_row): Show more information.
(compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the
first text line in a glyph matrix.
src/xdisp.c