Mercurial > emacs
view src/point.h @ 107639:844012bdb5dd
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.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 06 Mar 2010 11:06:24 -0500 |
parents | 695cf19ef79e |
children | 375f2633d815 |
line wrap: on
line source
#define point_width 5 #define point_height 19 static char point_bits[] = { 0x1f, 0x0e, 0x0e, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x0e, 0x0e, 0x1f}; /* arch-tag: a8dad510-7254-4964-b71e-bb6f81cce572 (do not change this comment) */