view lisp/gnus/frown.xpm @ 59347:8ba567c9a2e3

(Rewrite rules): Remove an exercise (on 0^0) which is no longer applicable.
author Jay Belanger <jay.p.belanger@gmail.com>
date Tue, 04 Jan 2005 14:46:41 +0000
parents 55fd4f77387a
children
line wrap: on
line source

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