view etc/letter.xpm @ 70554:e1a064810f6f

* keymap.c (describe_map): Avoid generating duplicate entries if the shadowed binding has the same definition.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 10 May 2006 03:32:06 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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