view etc/images/separator.xpm @ 71277:99ed754e8f50

(gdb-set-gud-minor-mode-existing-buffers-1) (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status in mode line at startup.
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 08 Jun 2006 12:15:27 +0000
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

/* XPM */
static char * separator_xpm[] = {
"2 24 3 1",
" 	c None",
".	c #DBD3CB",
"+	c #FCFBFA",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};