view etc/images/smilies/indifferent.xpm @ 77272:3ae6fc8b3d2c

(python-end-of-block): Avoid looping forever if python-next-statement fails.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 16 Apr 2007 18:55:29 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * indifferent_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".++..+++..++.",
".++..+++..++.",
".+++++++++++.",
".+++++++++++.",
".+++++++++++.",
".++.......++.",
".+++++++++++.",
" .+++++++++. ",
"  ..+++++..  ",
"   .......   "};