Improve display of glyph matrix by dump-glyph-matrix.
commitb630991b73713c76c45603ebdb61623953e334c1
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)
tree09f0e69bae68b35635d894c38368581831486f31
parent5d7c18a879d76be463c173b5d5b72cfcfe83ca37
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