Improve display of glyph matrix by dump-glyph-matrix.
commitebfa3b6ed4de1200ab952fcb0648414f6d136917
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 Jan 2013 13:37:36 +0000 (5 15:37 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 Jan 2013 13:37:36 +0000 (5 15:37 +0200)
tree1409540414807bd984f45d704950a9e45eb1f9a8
parent94873064a2710c50147e72116d13b910298687bd
Improve display of glyph matrix by dump-glyph-matrix.

 src/xdisp.c (dump_glyph): Align glyph data better.  Use "pD" instead
 of a non-portable "t" to print ptrdiff_t values.  Allow up to 9
 digits for buffer positions, before misalignment starts.  Display
 "0" for integer "object" field.
 (dump_glyph_row): Adapt the header line to changes in dump_glyph.
 Display the newline glyph more unambiguously.
src/ChangeLog
src/xdisp.c