view etc/images/custom/down.xpm @ 110347:b4971a8966f0

* repeat.el (repeat): Allow repeating when the last event is a click. Suggested by Drew Adams (bug#6256).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 11 Sep 2010 20:23:45 +0200
parents 87681b1f74ce
children 2c9f719ae74b
line wrap: on
line source

/* XPM */
static char * down_xpm[] = {
"8 12 4 1",
" 	c none",
".	c gray90",
"X	c gray45",
"O	c gray75",
"........",
".OOOOOOX",
" .OOOOX ",
" .OOOOX ",
"  .OOX  ",
"  .OOX  ",
"   OX   ",
"   OX   ",
"        ",
"        ",
"        ",
"        "};