view etc/images/custom/right.xpm @ 112393:f7e256e5ea88

gnus-art.el (gnus-article-remove-images, gnus-article-show-images): Widen article buffer.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 21 Jan 2011 04:16:57 +0000
parents 2c9f719ae74b
children
line wrap: on
line source

/* XPM */
static char * right_xpm[] = {
"9 9 4 1",
" 	c none",
".	c black",
"x	c gray45",
"+	c white",
"..       ",
".x..     ",
".++x..   ",
".++++x.. ",
".++++++x.",
".++++x.. ",
".++x..   ",
".x..     ",
"..       "};