Continue debugging continuation lines.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Mar 2010 16:06:24 +0000 (11:06 -0500)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Mar 2010 16:06:24 +0000 (11:06 -0500)
commitf866d742007347ca7a6002cea3be13bdf582c5e7
treeeabf4a67784de1c5b9fc52b7bc3a5daba29a54cd
parent9dbadf5f1a700c5790837738410c06b481cd2222
Continue debugging continuation lines.

 .gdbinit (prowlims, pmtxrows): New commands.
 xdisp.c (display_line): Special-case the calculation of row->end
 in rows that end at ZV, to avoid abort in CHAR_TO_BYTE.  Handle
 empty lines correctly when calculating row's max and min pos.
 Display cursor at the first glyph row that has its ends_at_zv_p
 flag set.
src/.gdbinit
src/ChangeLog.bidi
src/xdisp.c