view etc/images/smilies/smile.xpm @ 100252:6119dd432ab8

(String Basics): Only unibyte strings that represent key sequences hold 8-bit raw bytes.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 05 Dec 2008 16:53:47 +0000
parents 210af0ad3d35
children
line wrap: on
line source

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