comparison etc/images/gud/rnext.xpm @ 106842:ca0315d80583

Add icons for reverse debugging. (3rd attempt).
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 15 Jan 2010 11:26:27 +1300
parents
children
comparison
equal deleted inserted replaced
106841:c5a37faa1902 106842:ca0315d80583
1 /* XPM */
2 static char * reverse_next_xpm[] = {
3 "24 24 7 1",
4 " c None",
5 ". c #CC0033",
6 "+ c #616161",
7 "@ c #2A1F55",
8 "# c #ADADAD",
9 "$ c #D40000",
10 "% c #CC9999",
11 " ",
12 " ",
13 " ",
14 " ",
15 " .......... ",
16 " . . ",
17 " . . ",
18 " . +@ @+ . ",
19 " . +@# #@+ . ",
20 " $%.%$ @@ @@ . ",
21 " %...% @@ @@ ",
22 " ... @@ @@ ",
23 " %.% @+ +@ ",
24 " . @@ @@ ",
25 " @+ +@ ",
26 " @@ @@ ",
27 " @@ @@ ",
28 " @@ @@ ",
29 " +@# #@+ ",
30 " +@ @+ ",
31 " ",
32 " ",
33 " ",
34 " "};