view etc/letter.xpm @ 72535:e7ed98d0f919

(python-send-receive): Wait in the process's buffer so as to check the right buffer-local variables.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 26 Aug 2006 14:39:16 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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