view etc/custom/right.xpm @ 4768:0f5bee973a7b

Etags: use memmove instead of strcpy to move characters within a string. See <870180fe0912080852t1073137ence150b6d267c43c9@mail.gmail.com> in xemacs-patches.
author Jerry James <james@xemacs.org>
date Wed, 09 Dec 2009 09:50:36 -0700
parents 43dd3413c7c7
children 7910031dd78a
line wrap: on
line source

/* XPM */
static char * right_xpm[] = {
"10 10 5 1",
" 	c Gray90",
".	c Gray90",
"X	c none",
"o	c Gray75",
"O	c Gray40",
" .XXXXXXXX",
" ...XXXXXX",
"  ....XXXX",
"  oo....XX",
"  oooo....",
"  ooooOOOO",
"  ooOOOOXX",
"  OOOOXXXX",
" OOOXXXXXX",
" OXXXXXXXX"};