view lisp/sb-mail.xpm @ 63049:2c644f271d4c

(font-lock-regexp-backslash) (font-lock-regexp-backslash-construct): New faces. (lisp-font-lock-keywords-2): Use new faces. Match `?:' only after `('. Add `while-no-input' to control structures.
author Juri Linkov <juri@jurta.org>
date Mon, 06 Jun 2005 12:02:35 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

/* XPM */
static char * sb_mail_xpm[] = {
"20 15 5 1",
" 	c None",
".	c #B8B8B8",
"+	c #000000",
"@	c #828282",
"#	c #FFFFFF",
" .................. ",
".++++++++++++++++++@",
".++##############++@",
".+#++##########++#+@",
".+###++######++###+@",
".+#####++##++#####+@",
".+#######++#######+@",
".+################+@",
".+####+######+####+@",
".+################+@",
".+##+##########+##+@",
".+################+@",
".++##############++@",
".++++++++++++++++++@",
" @@@@@@@@@@@@@@@@@@ "};