view etc/images/smilies/frown.xpm @ 108577:e81c7c754bb6

calc-bin.el (math-format-twos-complement): Group digits when appropriate.
author Jay Belanger <jay.p.belanger@gmail.com>
date Fri, 14 May 2010 18:46:11 -0500
parents 210af0ad3d35
children
line wrap: on
line source

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