view lisp/toolbar/gud-cont.xpm @ 65164:4cc6dbdfa5af

(eshell-flatten-list): Don't call eshell-flatten-list on a sub-argument if it is eq to nil.
author John Wiegley <johnw@newartisans.com>
date Fri, 26 Aug 2005 22:35:57 +0000
parents f7114bba1fd4
children
line wrap: on
line source

/* XPM */
static char * continue_xpm[] = {
"24 24 6 1",
" 	c None",
".	c #cc0033",
"X	c #d99faa",
"o	c #616161",
"O	c #2a1f55",
"+	c #aa9faa",
"                        ",
"                        ",
"                        ",
"                        ",
"     .X                 ",
"     X..X               ",
"   .......  oO  Oo      ",
"     X..X  oO+  +Oo     ",
"     .X    OO    OO     ",
"           OO    OO     ",
"           OO    OO     ",
"           Oo    oO     ",
"          OO      OO    ",
"           Oo    oO     ",
"           OO    OO     ",
"           OO    OO     ",
"           OO    OO     ",
"           oO+  +Oo     ",
"            oO  Oo      ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};