view etc/images/gud/rcont.xpm @ 111850:f2a5b5a7f017

In gdb, try to init comint history from gdbhist. * lisp/progmodes/gdb-mi.el (gdb): Try to initialize comint input history from gdb's history file. (Bug#7575)
author Glenn Morris <rgm@gnu.org>
date Tue, 07 Dec 2010 21:00:12 -0800
parents ca0315d80583
children
line wrap: on
line source

/* XPM */
static char * reverse_continue_xpm[] = {
"24 24 6 1",
" 	c None",
".	c #D99FAA",
"+	c #CC0033",
"@	c #616161",
"#	c #2A1F55",
"$	c #AA9FAA",
"                        ",
"                        ",
"                        ",
"                        ",
"                 .+     ",
"               .++.     ",
"      @#  #@  +++++++   ",
"     @#$  $#@  .++.     ",
"     ##    ##    .+     ",
"     ##    ##           ",
"     ##    ##           ",
"     #@    @#           ",
"    ##      ##          ",
"     #@    @#           ",
"     ##    ##           ",
"     ##    ##           ",
"     ##    ##           ",
"     @#$  $#@           ",
"      @#  #@            ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};