view lisp/sb-tag.xpm @ 54440:aabf30299e6c

From David Ponce <david@dponce.com> (ruler-mode-header-line-format-old): Don't `make-variable-buffer-local'. (ruler-mode-ruler-function): Default to `ruler-mode-ruler'. (ruler-mode-header-line-format): Simply funcall the above. (ruler-mode): Use `make-local-variable' and `kill-local-variable' to save/restore a previous header line format. (ruler-mode-space): Don't depend on a numeric WIDTH value. (ruler-mode-ruler): Use symbolic display elements for scrollbar, fringes and margins width. (ruler-mode-ruler-function): Default to ruler-mode-ruler
author Kim F. Storm <storm@cua.dk>
date Fri, 19 Mar 2004 13:15:57 +0000
parents c0758fd9ca7a
children c2a09ac7b7b1
line wrap: on
line source

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