view etc/images/custom/right.xpm @ 106193:234022ddfcd1

(simple_search): Avoid CHAR_TO_BYTE in inner loop when searching backwards through multibyte buffer.
author Andreas Schwab <schwab@linux-m68k.org>
date Sun, 22 Nov 2009 12:11:00 +0000
parents b0ca8a5b94ae
children 87681b1f74ce
line wrap: on
line source

/* XPM */
static char * right_xpm[] = {
"8 8 4 1",
" 	c none",
".	c gray90",
"X	c gray45",
"O	c gray75",
"..      ",
"..O.    ",
"..OOO.  ",
"..OOOOOX",
"..OOOOXX",
"..OOXX  ",
"..XX    ",
"OO      "};