view etc/images/gud/stepi.xpm @ 100922:2b84620022aa

* net/tramp.el (tramp-handle-load) (tramp-do-copy-or-rename-file-directly) (tramp-handle-file-local-copy, tramp-handle-insert-file-contents) (tramp-handle-write-region): Delete temporary file in case of error.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 05 Jan 2009 19:37:01 +0000
parents f309eed9f854
children
line wrap: on
line source

/* XPM */
static char * gud_stepi_xpm[] = {
"24 24 5 1",
" 	c None",
".	c #D4D400000000",
"X	c #616161616161",
"o	c #2A2A1F1F5555",
"O	c #CCCC99999999",
"                        ",
"                        ",
"                        ",
"                        ",
"      .....             ",
"     .     .            ",
"    .       .           ",
"    .       .           ",
"    .   X   .   X       ",
"    .  Xo .O.O. oX      ",
"      Xo  O...O  oX     ",
"     Xo    ...    oX    ",
"    Xo     O.O     oX   ",
"    oX      .      Xo   ",
"     oX           Xo    ",
"      oX         Xo     ",
"       oX       Xo      ",
"        o       o       ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};