view lisp/sb-dir.xpm @ 58135:d1dc3a090a71

(math-read-brackets, math-check-for-commas): Use declared variable math-exp-pos. (math-check-for-commas): Use declared variable math-exp-str. (math-read-brackets): Use declared variables math-exp-old-pos, math-exp-keep-spaces. (math-read-brackets, math-read-vector, math-read-matrix): Use declared variable math-exp-token.
author Jay Belanger <jay.p.belanger@gmail.com>
date Thu, 11 Nov 2004 05:53:19 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

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