view etc/images/smilies/dead.xpm @ 106507:9506b5eee678

* eshell.texi (History): Add the other built-in variables. (Built-ins): Explain built-ins, and how to apply the external commands. Add `history', `su' and `sudo'. * tramp.texi (Remote processes): Add missing <RET> in the example.
author Michael Albinus <michael.albinus@gmx.de>
date Wed, 09 Dec 2009 10:10:18 +0000
parents c10466f972cd
children
line wrap: on
line source

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