view etc/letter.xpm @ 72846:c6e33127381a

(print_string): When printcharfun is t, copy string contents and call strout on the copy.
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Sep 2006 15:15:54 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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