view etc/images/smilies/dead.xpm @ 105672:715324003204

* process.c (create_pty): Remove conditionals for no longer supported systems: UNIPLUS and RTU.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 19 Oct 2009 05:13:31 +0000
parents c10466f972cd
children
line wrap: on
line source

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