view etc/images/ezimage/label.xpm @ 67031:9dbc51935e01

(longlines-mode): Add a message-setup-hook. (longlines-decode-buffer): New function.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 20 Nov 2005 03:44:00 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_label_xpm[] = {
"10 16 3 1",
" 	c None",
".	c gray",
"+	c blue",
"     .....",
"   ..+++++",
"  .+++++++",
" .++++++++",
" .++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++",
".+++++++++"};