view lisp/sb-mail.xpm @ 59497:255a31569c3f

(xterm-mouse-translate, xterm-mouse-event): Enable mouse clicks on mode-line, header-line and margin. (event-type): Give mouse event symbols an 'event-kind property with value 'mouse-click.
author Nick Roberts <nickrob@snap.net.nz>
date Wed, 12 Jan 2005 06:13:08 +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",
" .................. ",
".++++++++++++++++++@",
".++##############++@",
".+#++##########++#+@",
".+###++######++###+@",
".+#####++##++#####+@",
".+#######++#######+@",
".+################+@",
".+####+######+####+@",
".+################+@",
".+##+##########+##+@",
".+################+@",
".++##############++@",
".++++++++++++++++++@",
" @@@@@@@@@@@@@@@@@@ "};