view etc/images/separator.xpm @ 80339:448b3f1d280a

(diff-end-of-hunk): Be careful not to overlook trailing "+" lines not accounted for by counting "-" and context lines.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 18 Mar 2008 20:49:52 +0000
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

/* XPM */
static char * separator_xpm[] = {
"2 24 3 1",
" 	c None",
".	c #DBD3CB",
"+	c #FCFBFA",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};