view etc/images/gud/next.xpm @ 102713:550a8bb34a0e

(widget-specify-field): Don't add a second overlay for a field with just a newline character. (widget-field-value-get): Don't reduce fields with just a space character to null. (character): Accept newline. (Bug#2689)
author Glenn Morris <rgm@gnu.org>
date Tue, 24 Mar 2009 02:30:15 +0000
parents f309eed9f854
children
line wrap: on
line source

/* XPM */
static char * next_xpm[] = {
"24 24 7 1",
" 	c None",
".	c #cc0033",
"X	c #616161",
"o	c #2a1f55",
"O	c #adadad",
"+	c #d40000",
"@	c #cc9999",
"                        ",
"                        ",
"                        ",
"                        ",
"      ..........        ",
"     .          .       ",
"    .            .      ",
"    .  Xo  oX    .      ",
"    . XoO  OoX   .      ",
"    . oo    oo +@.@+    ",
"      oo    oo @...@    ",
"      oo    oo  ...     ",
"      oX    Xo  @.@     ",
"     oo      oo  .      ",
"      oX    Xo          ",
"      oo    oo          ",
"      oo    oo          ",
"      oo    oo          ",
"      XoO  OoX          ",
"       Xo  oX           ",
"                        ",
"                        ",
"                        ",
"                        "};