view etc/images/separator.xpm @ 112217:b47167f02517

* progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach loop keyword.
author Tassilo Horn <tassilo@member.fsf.org>
date Fri, 14 Jan 2011 13:17:24 +0100
parents bc8dc4ac1e28
children
line wrap: on
line source

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