view etc/images/gud/cont.xpm @ 104723:1eb83f01c48d

(wait_reading_process_output): Keep the descriptor when pty is used by a non-child process, e.g., in I/O buffer of GDB this allows inferior to be restarted.
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 30 Aug 2009 04:54:34 +0000
parents 8d47733bcd93
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      ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};