view etc/letter.xpm @ 90809:3c52757d5f6e

(produce_chars): Don't call insert_from_gap if no characters to produce. (encode_coding): Likewise.
author Kenichi Handa <handa@m17n.org>
date Tue, 24 Apr 2007 08:13:48 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
".	c opaque",
" 	c None",
"..............",
"...        ...",
".  .      .  .",
".   .    .   .",
".    ....    .",
".   . .. .   .",
".  .      .  .",
". .        . .",
"..          ..",
".............."};