view etc/images/separator.xpm @ 103924:81779a9a32fb

Remove non-existent (?) bindings: w, C-u o, U, delete. Fix bindings: delete marked files = D, not X; flag garbage = % &, not &.
author Glenn Morris <rgm@gnu.org>
date Thu, 16 Jul 2009 03:14:00 +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",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};