view etc/images/gud/recstart.xpm @ 107754:c065a9e361c6

Explain how to re-throw a signal. control.texi (Handling Errors): How to re-throw a signal caught by condition-case.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 31 Mar 2010 12:43:53 +0300
parents ca0315d80583
children
line wrap: on
line source

/* XPM */
static char * break_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #cc0033",
"                        ",
"                        ",
"                        ",
"                        ",
"          ....          ",
"        ........        ",
"       ..........       ",
"      ............      ",
"     ..............     ",
"     ..............     ",
"    ................    ",
"    ................    ",
"    ................    ",
"    ................    ",
"     ..............     ",
"     ..............     ",
"      ............      ",
"       ..........       ",
"        ........        ",
"          ....          ",
"                        ",
"                        ",
"                        ",
"                        "};