view lisp/toolbar/info.xpm @ 49968:80ed3e75ba10

(read-envvar-name): Decode names. (substitute-env-vars): Use eval-when-compile and char class. (setenv): Doc fix. Encode the data (after checking that's possible). (getenv): Encode the name and decode the result.
author Dave Love <fx@gnu.org>
date Mon, 24 Feb 2003 22:51:41 +0000
parents 8f4a34146a9d
children
line wrap: on
line source

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 6 1",
"  c Gray0",
". c #65658b8b5e5e",
"X c #934ab2448dfb",
"o c #b35dc8c8afaf",
"O c #e0b2e944df83",
"+ c None",
/* pixels */
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"+++++++++     ++++++++++",
"++++++++ oOOOO +++++++++",
"+++++++ OOOOOOO ++++++++",
"++++++ oOo   oOo +++++++",
"+++++++ O +++ OO +++++++",
"+++++++O ++++ Oo +++++++",
"++++++++++++ OO. +++++++",
"+++++++++++ OOX ++++++++",
"++++++++++ OOX +++++++++",
"+++++++++ XOX ++++++++++",
"+++++++++ OX +++++++++++",
"+++++++++    +++++++++++",
"++++++++++++++++++++++++",
"++++++++++  ++++++++++++",
"+++++++++ Oo +++++++++++",
"+++++++++ oX +++++++++++",
"++++++++++  ++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++"
};