view etc/images/gud/rnext.xpm @ 108779:f2b6722a5113

* image-mode.el (image-mode): Add image-after-revert-hook to after-revert-hook. (image-after-revert-hook): New function. (Bug#5669)
author Juri Linkov <juri@jurta.org>
date Tue, 25 May 2010 19:03:53 +0300
parents ca0315d80583
children
line wrap: on
line source

/* XPM */
static char * reverse_next_xpm[] = {
"24 24 7 1",
" 	c None",
".	c #CC0033",
"+	c #616161",
"@	c #2A1F55",
"#	c #ADADAD",
"$	c #D40000",
"%	c #CC9999",
"                        ",
"                        ",
"                        ",
"                        ",
"        ..........      ",
"       .          .     ",
"      .            .    ",
"      .    +@  @+  .    ",
"      .   +@#  #@+ .    ",
"    $%.%$ @@    @@ .    ",
"    %...% @@    @@      ",
"     ...  @@    @@      ",
"     %.%  @+    +@      ",
"      .  @@      @@     ",
"          @+    +@      ",
"          @@    @@      ",
"          @@    @@      ",
"          @@    @@      ",
"          +@#  #@+      ",
"           +@  @+       ",
"                        ",
"                        ",
"                        ",
"                        "};