Mercurial > emacs
annotate lisp/sb-tag-v.xpm @ 83218:47f53c5c9620
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-608
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-609
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-610
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-45
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-258
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Tue, 12 Oct 2004 07:52:25 +0000 |
parents | c2a09ac7b7b1 |
children |
rev | line source |
---|---|
28974 | 1 /* XPM */ |
2 static char * sb_tag_v_xpm[] = { | |
55471 | 3 "20 15 5 1", |
28974 | 4 " c None", |
55471 | 5 ". c #B8B8B8", |
28974 | 6 "+ c #000000", |
7 "@ c #FFF993", | |
55471 | 8 "# c #828282", |
28974 | 9 " ", |
10 " ", | |
55471 | 11 " .............. ", |
12 " .++++++++++++++. ", | |
13 " .+@@@@@@@@@@@@@@+#", | |
14 " .+@@@++++++++++#@+#", | |
15 ".+@@@@@++++++++#@@+#", | |
16 ".+@++@@@++++++#@@@+#", | |
17 ".+@++@@@@++++#@@@@+#", | |
18 ".+@@@@@@@@++#@@@@@+#", | |
19 " #+@@@@@@@@#@@@@@@+#", | |
20 " #+@@@@@@@@@@@@@@+#", | |
21 " #++++++++++++++# ", | |
22 " ############## ", | |
28974 | 23 " "}; |