view etc/letter.xpm @ 90359:041f75914d0c

(produce_composition): Compare charbuf[i] instead of args[i] against 0. (Fterminal_coding_system): Use EQ to compare Lisp objects.
author Kenichi Handa <handa@m17n.org>
date Thu, 09 Mar 2006 01:22:51 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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