Mercurial > emacs
annotate etc/images/splash8.xpm @ 95712:f8644ed7e357
(enum button_type, widget_value, local_heap, local_alloc):
(local_free, malloc_widget_value, free_widget_value):
(MENU_ITEMS_ITEM_NAME, MENU_ITEMS_ITEM_ENABLE, MENU_ITEMS_ITEM_VALUE):
(MENU_ITEMS_ITEM_EQUIV_KEY, MENU_ITEMS_ITEM_DEFINITION):
(MENU_ITEMS_ITEM_TYPE, MENU_ITEMS_ITEM_SELECTED, MENU_ITEMS_ITEM_HELP):
(MENU_ITEMS_ITEM_LENGTH, enum menu_item_idx): Remove defs.
(menu_items, menu_items_allocated, menu_items_used):
(menu_items_n_panes, menu_items_submenu_depth): Remove global vars.
(init_menu_items, finish_menu_items, discard_menu_items):
(grow_menu_items, push_submenu_start, push_submenu_end):
(push_left_right_boundary, push_menu_pane, push_menu_item,
(keymap_panes, single_keymap_panes, list_of_panes, list_of_items):
(free_menubar_widget_tree_value, parse_single_submenu):
(update_submenu_strings): Remove functions.
(xmalloc_widget_value): Remove and declare extern.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 09 Jun 2008 12:38:07 +0000 |
parents | 96a5a9eaf628 |
children |
rev | line source |
---|---|
82731 | 1 /* XPM */ |
2 /* Gnu Emacs Logo for color depth 8 | |
3 * | |
87649 | 4 * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
82731 | 5 * Free Software Foundation, Inc. |
6 * | |
7 * Author: Luis Fernandes <elf@ee.ryerson.ca> | |
8 * | |
9 * This file is part of GNU Emacs. | |
10 * | |
95006
96a5a9eaf628
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
11 * GNU Emacs is free software: you can redistribute it and/or modify |
82731 | 12 * it under the terms of the GNU General Public License as published by |
95006
96a5a9eaf628
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
13 * the Free Software Foundation, either version 3 of the License, or |
96a5a9eaf628
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
14 * (at your option) any later version. |
82731 | 15 * |
16 * GNU Emacs is distributed in the hope that it will be useful, | |
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
19 * GNU General Public License for more details. | |
20 * | |
21 * You should have received a copy of the GNU General Public License | |
95006
96a5a9eaf628
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
22 * along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
82731 | 23 */ |
24 static char * splash_xpm[] = { | |
25 "270 217 4 1", | |
26 " c None", | |
27 ". c #C64E3B", | |
28 "+ c #000000", | |
29 "@ c #2076C1", | |
30 " ", | |
31 " ........ ........ ", | |
32 " .......... .. ............ ", | |
33 " ............. ........ ................ ", | |
34 " ................. ............. ................... ", | |
35 " .................. ................ ..................... ", | |
36 " +.................... ................... ...................... ", | |
37 " +...................... ....................... ....................... ", | |
38 " ......................... .......................... ......................... ", | |
39 " ........................... ............................ .......................... ", | |
40 " +............................ ............................... ............................ ", | |
41 " +.............................. +................................ ............................ ", | |
42 " +................................ +.................................. ............................. ", | |
43 " +.................................++.................................. .............................. ", | |
44 " +........................................................................ ............................... ", | |
45 " ......................................................................... +............................... ", | |
46 " . +...........+++++............................................................ +................................ ", | |
47 " .. +...........++++++............................................................. +......++++++.................... ", | |
48 " ... ..........++++++++++............................................................ +......+++++++++.................. ", | |
49 " ... .......... ++++++++............................................................ ......+++++++++++++............... ", | |
50 " + ..... ..........+ +++++++++.......................+++++++............................ .....++++++++++++++++............. ", | |
51 " ++ ..... ..........+ ++++++++++....................++++++++++............................ +.....++++++++++++++++............. ", | |
52 " +++ ..... .......... +++++++++.................+++++++++++++++.......................... ......+++++++++++++++++............ ", | |
53 " +++....... .......... +++++++++...............++++++++++++++++++......................... +..... ++++++++++........... ", | |
54 " +++........ ........... ++++++++............++ ++++++++++++........................ . +...... +++++++........... ", | |
55 " ++.......... ............ ++++++++..........+ +++++++++++....................... . +...... +++++++.......... ", | |
56 " ++............ ............. ++++++++......... ++++++++++....................... . .. ++..... ++++++.......... ", | |
57 " ++.............. .............. ++++++++........ +++++++++....................... .. .. +...... ++++++......... ", | |
58 " ++................................. ++++++++...... +++++++++...................... .. + .. ++...... +++++......... ", | |
59 " ++................................. +++++++...... ++++++++........................ + ... ++ .. ++..... +++++......... ", | |
60 " ++................................ ++++++..... +++++++++...................... ++.... ++... ++..... +++++........ ", | |
61 " +++............................... +++++++.... ++++++++...................... +.... +++... +++.... ++++........ ", | |
62 " +++............................... +++++++.. ++++++++....................... ..... ++... ++++.. ++++........ ", | |
63 " ++++............................ ..+++ . ++++++++........................ ++.... +++... ++++++ ++++........ ", | |
64 " +++++........................... ...+++ ++++++++........................ ..... ++... ++++++ +++........ ", | |
65 " ++++++......................... ...+++ ++++++++......................... ...... ++... ++++++ +++........ ", | |
66 " +++++++....................... .. +++ ++++++++.......................... ........ +.... ++++ +++........ ", | |
67 " ++++++....................... +... + +++++++............................ ........... . +.... +++ +++........ ", | |
68 " +++++++.................... +... ++++++++......................................... .. ..... ++ +++....... ", | |
69 " +++++++.................. +... +++++++........................................ ... ...... +++....... ", | |
70 " +++++++..............+ +.... ++++++++...................................... ..... ....... +++....... ", | |
71 " +++++++............+ ++... ++++++++.................................... + ...... ........ +++....... ", | |
72 " +++++++++.......+++ ++... +++++++.................................... ++ ....... ........... +++....... ", | |
73 " +++++++++..++++++ +.... +++++++................................... ++......................... ++........ ", | |
74 " ++++++++++++++ ++... +++++++................................. ++.......................... ++........ ", | |
75 " +++++++++++++ ++.... ++++++++................................ ++......................... ++....... ", | |
76 " +++++++ +.... ++++++++............................. ++......................... ++....... ", | |
77 " ++ +.... ++++++++........................... ++......................... ++....... ", | |
78 " ++... +++++++++........................ ++......................... +++....... ", | |
79 " +... ++++++++....................... ++........................ +++...... ", | |
80 " +... .. +++++++++.................... ++......................... +++...... ", | |
81 " ++.. ..... +++++++++................. +++........................ +++...... ", | |
82 " ++... ....... +++++++++..............+ +++....................... +++...... ", | |
83 " +.... ........ ++++++++++++.........++ +++....................... +++..... ", | |
84 " ++... +.......... +++++++++++++++++++++ ++++.................... +++..... ", | |
85 " ++... +........... ++++++++++++++++++ +++++................... +++..... ", | |
86 " ++... ++............. ++++++++++++ ++++++................. +++..... ", | |
87 " +... ++.............. +++ +++++++..............+ +++..... ", | |
88 " ++... .. +................ ++++++++...........++ ++..... ", | |
89 " +... ... +................. +++++++++......+++ +++..... ", | |
90 " ++.. .... ++.................. ++++++++++++++++ +++.... ", | |
91 " ++... .... ++................... ++++++++++++++ +++.... ", | |
92 " ++.. .... ++.................... +++++++++++ ++..... ", | |
93 " ++.. ..... ++..................... ++++++ ++.... ", | |
94 " ++... .... +++...................... +++.... ", | |
95 " +++.. +..... +++...................... +++.... ", | |
96 " ++... +...... +++++.................... ++..... ", | |
97 " ++... ....... +++++++................... ++.... ", | |
98 " ++.... ....... +++++++++................. ++.... ", | |
99 " ++... ........ +++++++++................. +++.... ", | |
100 " +... ........ ++++++++................ ++.... ", | |
101 " ++... ......... ++++++++............... ++.... ", | |
102 " ++... .......... +++++++............... ++.... ", | |
103 " +++... .......... ++++++............... +++.... ", | |
104 " ++.... .........+ ++++++.............. ++..... ", | |
105 " ++... .........++ ++++++.............. ++.... ", | |
106 " ++.... ..........++ ++++++............. +..... ", | |
107 " ++..... ..........++ ++++++............. ++..... ", | |
108 " ++..... .......... ++++++............ ++.... ", | |
109 " ++...... ........... ++++++........... ++.... ", | |
110 " +++....... ............ ++++++.......... +.... ", | |
111 " ++......... ........... ++++++.......... ++.... ", | |
112 " +++.......... ............ ++++++.......... ++.... ", | |
113 " ++................................. ++++++......... +.... ", | |
114 " ++................................ ++++++......... +.... ", | |
115 " +++............................... +++++......... ++... ", | |
116 " ++............................... +++++......... ++... ", | |
117 " +++.............................. +++++......... ++... ", | |
118 " +++............................ +++++......... ++... ", | |
119 " +++............................ ++++......... ++... ", | |
120 " +++.......................... @@@@ ++++........ ++... ", | |
121 " +++........................++ @@@@@@@@@@ ++++........ ++... ", | |
122 " +++........................ @@@@@@@@@@@@@ @ ++++........ ++... ", | |
123 " ++++......................++ @@@@@@@@@@@@@@@@@@@ ++++........ ++... ", | |
124 " ++++.....................+ @@@@@@@@@@@@@@@@@@@@ ++++....... ++.. ", | |
125 " +++++..................+ @@@@@@@@@@@@@@@@@@@@@@@ ++++....... ++... ", | |
126 " ++++++..............++ @@@@@@@@@@@@@@@@@@@@@@@@@ + ++++....... . ++... ", | |
127 " +++++++...........+++ @@@@@@@@@@@@@@@@@@@@@@@@@@++++ ++++...... . +.... ", | |
128 " ++++++++++.....+++++ @@@@@@@@@@@@@@@@@@@@@@@@@@++++ ++++...... .. ++... ", | |
129 " +++++++++++++++++ @@@@@@@@@@@@@@@@++++@@@@@@@+++++ ++++..... .. ++... ", | |
130 " +++++++++++++ @@@@@@@@@@@@@@@+++++++@@@@@@++++ ++++..... + ... +.... ", | |
131 " +++++++++++ @@@@@@@@@@@@@@++++++++++@@@@@++++ ++++.... + ... ++.... ", | |
132 " +++++++ @@@@@@@@@@@@++++++++++++@@@@@@+++++ ++++.... ++.... ++... ", | |
133 " @@@@@@@@@@+++++++++++++++@@@@+++++ ++++... +++... +.... ", | |
134 " @@@@@@@@@@++++++++++++++ @@@+++++ ++++. ++.... ++.... ", | |
135 " @@@@@@@@@@+++++++++++ @@ +++++ ++++ + ++.... +.... ", | |
136 " @@@@@@@@@@++++++++++ @@ ++++++ +++ ++ ++... +.... ", | |
137 " @@@@@@@@@+++++++++ @@@ ++++ ++ +++ +.... +.... ", | |
138 " @@@@@@@@@++++++++ @@@@ +++ + ++ .. ++.... ++.... ", | |
139 " @@@@@@@@++++++++ @@@ +++ ++ .. ++.... +.... ", | |
140 " @@@@@@@@@+++++++ @@@@ +++ ++ .. ++.... +.... ", | |
141 " @@@@@@@@++++++++ @@@ ++ ++... +++... ++.... ", | |
142 " @@@@@@@++++++++ @@@ +++ +++... ++.... ++.... ", | |
143 " @@@@@@@++++++++ @@ +++ +++... ++.... ++... ", | |
144 " @@@@@@@++++++++ @@ ++++ ++++... ++... ++.... ", | |
145 " @@@@@@@+++++++ +++ ++++.. ++.... ++.... ", | |
146 " @@@@@@+++++++ +++ ++++... ++... ++.... ", | |
147 " @@@@@@++++++++ +++ +++.... ++.... ++... ", | |
148 " @@@@@++++++++ +++ ++++... +++.... ++.... ", | |
149 " @@@@@@+++++++ ++ ++++.... ++.... ++.... ", | |
150 " @@@@@@@++++++ +++.... +++.... ++.... ", | |
151 " @@@@@ ++++++ +++..... ++.... +++... ", | |
152 " @@@@@ +++++ +++..... ++.... ++.... ", | |
153 " @@@@@++++++ +++...... ++.... ++.... ", | |
154 " @@@@ ++++++ +++...... ++.... ++... ", | |
155 " @@@@ ++++++ +++..... ++.... +.... ", | |
156 " @@@@@+++++ +++...... ++.... ++.... ", | |
157 " @@@@@+++++ ++++..... ++.... ++.... ", | |
158 " @@@@@+++++ @ ++++...... ++.... ++.... ", | |
159 " @@@@@@+++ @@@@@ ++++...... ++..... ++..... ", | |
160 " @@@@@@+++ @@@@@@@ +++...... +++.... ++..... ", | |
161 " @@@@@@@+++ @@@@@@@@ ++++...... ++.... ++..... ", | |
162 " @@@@@@@@++ @@@@@@@@@ + ++++...... ++..... +++.... ", | |
163 " @@@@@@@@@@@ @@@@@@@@@ +++ +++...... ++...... +++.... ", | |
164 " @@@@@@@@@@@@@ @@@@@@@@@+++++++ +++....... +...... ++..... ", | |
165 " @@@@@@@@@@@@@@ @@@@@@@@@@+++++++ +++...... .. +...... ++..... ", | |
166 " @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@++++++ +++....... ... +...... ++..... ", | |
167 " @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@++++ +++....... ...... +...... ++.... ", | |
168 " @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@++++ +++....... + ...... +....... +..... ", | |
169 " @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+++ ++++....... +........ ........ ++..... ", | |
170 " @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+++++ +++....... +..................... ++..... ", | |
171 " @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@++++++ ++++...... ++.................... ++..... ", | |
172 " @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+++++++ ++++....... +..................... ++.... ", | |
173 " @@@@@@@@@@@@@@@@@@@@@@@@@@@@@+++++++++ ++++....... ++.................... +++.... ", | |
174 " @@@@@@@@@@@@@@@@@@@@@@@@@@@+++++++++ ++++....... ++.................... ++..... ", | |
175 " +@@@@@@@@@@@@@@@@@@@@@@+++++++++++ +++........ ++.................... ++..... ", | |
176 " +++@@@@@@@@@@@@@@@@@@+++++++++++ ++++....... ++..................... ++..... ", | |
177 " +++++@@@@@@@@@@@@@@++++++++++ ++++....... ++.................... ++.... ", | |
178 " +++++++++@@@@@@@@++++++++++ +++........ ++..................... ++.... ", | |
179 " +++++++@@@@@@@@@++++++++ +++........ +++.................... @@ +++.... @ ", | |
180 " ++++@@@@@@@@++++++++ ++++........ ++..................... @@@@ +++.... @@@@@@@ @@@@ ", | |
181 " ++@@@@@@@+++++++ ++++........ ++.................... @@@@@ ++..... @@@@@@@@@ @@@@@@@ ", | |
182 " @@@@@@@++++++++ @@@@@ ++++........ @@@@@ ++.................... @@@@@@ ++..... @@@@@@@@@@ @@@@@@ ", | |
183 " @@@@@@++++++++ @@@@@@@ ++++........@ @@@@@@@@@@ +......+++........... @@@@@@@ + ++.... @@@@@@@@@ + @@@@@@@@ ", | |
184 " @@@@@@@+++++++ @@@@@@@@ ++++........@@ @@@@@@@@@@@@ ++......+++.......... @@@@@@@ +++ +++.... @@@@@@@@@ +++++++ @@@@@@@@ ++ + ", | |
185 " @@@@@@@+++++++ @@@@@@@@@ ++++.......@@@@ @@@@@@@@@@@@@ ++......+++++........ @@@@@@@@ +++++ @@ +++.... @@@@@@@@@+++++++++ @@@@@@@@ ++++++ ", | |
186 " @@@@@@++++++ @@@@@@@@@@+++ +++........@@@@ @@@@@@@@@@@@@@+ ++.....+++++++...... @@@@@@@ ++++++ @@ +++.... @@@@@@@ +++++++++ @@@@@@@@@ ++++++ ", | |
187 " @@@@@@++++++ @@@@@@@@@@@@+++ ++++.......@@@@@ @@@@@@@@@@@@@@@+ +++..... +++++++.... @@@@@@@ ++++++ @@@@ +++.... @@@@@@ ++++++++ @@@@@@@@@ ++++++ ", | |
188 " @@@@@+++++++ @@@@@@@@@@@@+++ ++++........@@@@++ @@@@@@@@@@@@@@@@@++ ++..... ++++++++++ @@@@@@@@ ++++++ @@@@ ++.....@@@@@@ +++++++++ @@@@@@@@@+++++++++ ", | |
189 " @@@@@++++++ @@@@@@@@@@@@@+++ +++........@@@@@++ @@@@@@@@@@@@@@@@@+++ ++..... ++++++++ @@@@@@@@@+++++++ @@@@@ +++...@@@@@@ +++++++++ @@@@@@@@@@+++++++ ", | |
190 " @@@@ +++++ @@@@@@@@@@@@@++++ +++........@@@@@@++ @@@@@@@@@@@@@@@@@@++ +++..... ++++++ @@@@@@@@+++++++ @@@@@@ +++ +++..@@@@@@@ +++++++ @@@@@@@@@@+++++++ ", | |
191 " @@@@@++++++ @@@@@@@@@@@@@@++++ @++++........@@@@@@++ @@@@@@@@@@@@@@@@@@@+++ ++..... @@@@@@@@+++++++ @@@@@@@++++ +++@@@@@@@++++++ @@@@@@@@@@@@+++++ ", | |
192 " @@@@@++++++ @@@@@@@@@@@@@@++++ @++++........@@@@@@++ @@@@@@@@@@@@@@@@@@@@+++ +++.... @@@@@@@++++++++ @@@@@@@@+++ ++@@@@@@@++++++ @@@@@@@@@@@@@@@+ ", | |
193 " @@@@@+++++ @@@@@@@@@@@@@@@++++ @@++++........@@@@@@@++@@@@@@@++@@@@@@@@@@@+++ ++..... @@@@@@@++++++++ @@@@@@@@@++ +@@@@@@@++++++ @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", | |
194 " @@@@@ ++++ @@@@@@@+@@@@@@@@++++ @++++........@@@@@@@++@@@@@ ++++@@@@@@@@@@++++ +++..... @@@@@@@++++++++ @@@@@@@@@@+++ @@@@@@@@++++++ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", | |
195 " @@@@@+++++ @@@@@@@++@@@@@@@@++++ @@+++.........@@@@@@@+@@@@@ +++++@@@@@@@@@@++++ ++..... @@@@@@@@++++++ @@@@@@@@@@+++ @@@@@@@@++++++ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ ", | |
196 " @@@@@++++ @@@@@@++@@@@@@@@++++ @@++++........@@@@@@@@@@@@@+++++++@@@@@@@@@@+++ ++..... @@@@@@@@+++++++ @@@@@@@@@@@++ @@@@@@@@@+++++ ++++++++++++++ @@@@@@@@@@@@@@@ ", | |
197 " @@@@@++++ @@@@@@++++@@@@@@@@+++ @@@@+++........@@@@@@@@@@@@@++++++++@@@@@@@@@++++ ++..... @@@@@@@@++++++ @@@@@@@@@@@++ @@@@@@@@@++++ ++++++++++++++++++++++ +++@@@@@@@@@@@@@ ", | |
198 " @@@@+++++ @@@@@@+++++@@@@@@@+++ @@@@+++.........@@@@@@@@@@@@+++++++ @@@@@@@@@@+++ ++..... @@@@@@@@@+++++ @@@@@@@@@@@@++ @@@@@@@@+++++ +++++++++++++++++++++++++++@@@@@@@@@@@@ ", | |
199 " @@@@@+++++ @@@@@@++++++@@@@@@@+++ @@@@@+++........@@@@@@@@@@@@@+++++ @@@@@@@@@@++ ++..... @@@@@@@@@++++++ @@@@@@@@@@@@++ @@@@@@@@@++++ +++++++++++++++++++++++++++++@@@@@@@@@@+", | |
200 " @@@@+++++ @@@@@@++++++@@@@@@@++++@@@@@++++........@@@@@@@@@@@@+++++ @@@@@@@@@@@++ ++..... @@@@@@@@@@++++ @@@@@@@@@@@@+++ @@@@@@@@@@++++ +++++@@@@@@@@@@+", | |
201 " @@@@@++++ @@@@@@++++++ @@@@@@@++++@@@@++++........@@@@@@@@@@@@++++ @@@@@@@@@@@@+ +++.... @@@@@@@@@@+++++ @@@@@@@@@@@@@++ @@@@@@@@@@@+++ ++@@@@@@@@@@+", | |
202 " @@@@@++++ @@@@@@++++++ @@@@@@@@++@@@@@ +++........@@@@@@@@@@@@@++++ @@@@@@@@@@@@+ ++++.... @@@@@@@@@@@++++ @@@@@@@@@@@@@++ @@@@@@@@@@@+++ +@@@@@@@@@@+", | |
203 " @@@@@+++ @@@@@@++++++ @@@@@@@@+++@@@@ ++++........@@@@@@@@@@@@++++ @@@@@@@@@@@++ +++.... @@@@@@@@@@@+++++ @@@@@@@@@@@@@++ @@@@@@@@@@@@+++ @@@@@@@@@@+", | |
204 " @@@@@@++++ @@@@@ +++++ @@@@@@@+++@@@@ ++++........@@@@@@@@@@@@+++++ @@@@@@@@@@@@+ +++... @@@@@@@@@@@+++++ @@@@@@@@@@@@@++ @@@@@@@@@@@@++ @@@@@@@@@@+", | |
205 " @@@@@@+++ @@@@@@ +++++ @@@@@@@@+@@@@@ ++++........ @@@@@@@@@@@+++++ @@@@@@@@@@@@@ +++... @@@@@@@@@@@@++++ @@@@@@@@@@@@@+ @@@@@@@@@@@@@@++ @@@@@@@@@@+", | |
206 " @@@@@@@++ @@@@@@ ++++++ @@@@@@@+@@@@@@+++++........@@@@@@@@@@@+++++ @@@@@@@@@@@@@@ +++.... @@@@ @@@@@@@@++++ @@@@@@@@@@@@@@+ @@@@@@@@@@@@@@@@ @@@@@@@@@@@+", | |
207 " @@@@@@@+++ @@@@@@++++++ @@@@@@@+@@@@@ +++++........@@@@@@@@@@@@++++ @@@@@@@@@@@@@@ +++... @@@@@ @@@@@@@@++++ @@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@ @@@@@@@@@@++", | |
208 " @@@@@@@++ @@@@@@ +++++ @@@@@@@@@@@@@ +++++........ @@@@@@@@@@@++++ @@@@@@@@@@@@@@@@@++++..@@@@@ @@@@@@@@@+++ @@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@ @ @@@@@@@@@+++", | |
209 " @@@@@@@@++ @@@@@@++++++ @@@@@@@@@@@@@++++++........ @@@@@@@@@@@++++ @@@@@@@@@@@@@@@@@+++...@@@@ @@@@@@@@@+++ @@@@@@@@@@@@@@@@@@ @@@@@@ @@@@@@@@@@@@@@@@@@ @@ @@@@@@@@@++++", | |
210 " @@@@@@@@@+ @@@@@@++++++ @@@@@@@@@@@@++++++........ @@@@@@@@@@++++ @@@@@@@@@@@@@@@@@+++...@@@ ++@@@@@@@@@++ @@@@@@@@@@@@@@@@@@@@@ @@@@@@@@ @@@@@@@@@@@@@@@@@@@@ @@@@@@ @@@@ @@@@@@@@++++++", | |
211 " @@@@@@@@@+ @@@@@@@++++++ @@@@@@@@@@@ ++++++........ @@@@@@@@@+++++ @@@@@@@@@@@@@@@@@+++..@@ ++@@@@@@@@@@@++ @@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@++++++ ", | |
212 " @@@@@@@@@@+ @@@@@@@@+++++ @@@@@@@@@@@+++++++........ @@@@@@@@@+++++ @@@@@@@@@@@@@@@@+++...@ ++++@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@ ++@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ @@@@@@@@++++++ ", | |
213 " @@@@@@@@@@+ @@@@@@@@++++++ @@@@@@@@@@++++++++........ @@@@@@@@+++++ @@@@@@@@@@@@@@@@@+++...++++++@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@ ++++@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ++ @@@ @@@@@@@+++++++ ", | |
214 " @@@@@@@@@@@@ @@@@@@@@++++++ @@@@@@@@@@++++++++........ @@@@@@@++++++ @@@@@@@@@@@@@@@@++@..++++++@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@ ++++++ @@@@@@@@@@@@@@@@@@@@@@@@@@ + ++++@@@@@@@ @@@@@@+++++++++ ", | |
215 " @@@@@@@@@@@@@ @@@@@@@@@++++++ @@@@@@@@@@++++++++........ @@@@@@@++++++ @@@@@@@@@@@@@@@@++++..++++ @@@@@@@@@@@@@+ +++ @@@@@@@@@@@@@@@@@@@@+++++++++ @@@@@@@@@@@@@@@@@@@@++++++++++++@@@@@@@@@@@@@@@@@@@@@@@@@@ ++++++++ ", | |
216 " @@@@@@@@@@@@@@@@ @@@@@@@@@@@@+++++++ @@@@@@@@@+++++++++....... @@@@@@@+++++ @@@@@@@@@@@@@@@+++..+++ @@@@@@@@@@@@@@+++++++ @@@@@@@@@@@@@@@@@@@++++++++ +@@@@@@@@@@@@@@@@@+++++++++++++@@@@@@@@@@@@@@@@@@@ @ ++++++++ ", | |
217 " @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@++++++ @@@@@@@@@+++++++++........ @@@@@@+++++ @@@@@@@@@@@@@@@++++++++ @@@@@@@@@@@@+++++++ @@@@@@@@@@@@@@@@+++++++++ ++@@@@@@@@@@@++++++++++++++++ @@@@@@@@@@@ +++++++ ", | |
218 " @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@++++++ @@@@@@@++++++ +++........ @@@@@+++++ @@@@@@@@@@@@++++++++ @@@@@@@@@@+++++++ +@@@@@@@@@@@@@+++++++++ ++++@++@@++++++++++++++++ +++++++ ++++++ ", | |
219 " @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+++++++ @@@@@@@@+++++ +++........ @@@@++++++ +@@@@@@@@@@+++++++++ @@@@@@@@@+++++++ +++@@@@@@@+++++++++++ +++++++++++++++++++++++ ++++++++++++++ ++++++++++++ ", | |
220 " @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+++++++ @@@@@@++++++ ++++....... @@@@++++++ ++@@@+++++++++++++ @@@@@@@++++++++ ++++++@+++++++++++++ +++++++++++++++++++ +++++++++++++++++++++++++ ", | |
221 " @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@++++++ @@@@@@++++++ +++....... @@@@++++++ ++++++++++++++++ @@+@@@+++++++ +++++++++++++++++ ++++++++++++++ +++++++++++++++ + ", | |
222 " @@@@@@@@@@@@@@@@@@@@@@@@@@@@+++++++ @@@@@@@+++++ ++........ @ ++++++ +++++++++++++ +++++++++++ +++++++++++++++ +++++++ +++ ", | |
223 " @@@@@@@@@@@@@@@@@@@@@@@@@@+++++++ @@@@@++++++ +++....... ++++ ++++++++++ +++++++++ +++++++ ", | |
224 " @@@@@@@@@@@@@@@@@@@@@@@@@@+++++++ @@@@@+++++ +++....... ++++ +++ +++++++ + ", | |
225 " @@@@@@@@@@@@@@@@@@@@@@@++++++++ @@@@+++++ +++....... ++++ ++ +++ ", | |
226 " @@@@@@@@@@@@@@@@@@@@++++++++ @@++++++ ++....... + ", | |
227 " +@@@@@@@@@@@@@@@@@@@+++++++ ++++++ +++...... ", | |
228 " +++@@@@@@@@@@@@@@+++++++++ ++++ +++...... ", | |
229 " +++@@@@@@@@@@@@+++++++++ +++++ ++++..... ", | |
230 " +++++++++@++++++++++++ +++ +++...... ", | |
231 " +++++++++++++++++++ +++..... ", | |
232 " ++++++++++++++ +++.... ", | |
233 " ++++++++++++ ++..... ", | |
234 " + +++.... ", | |
235 " +++.... ", | |
236 " +++.... ", | |
237 " +++.... ", | |
238 " +++... ", | |
239 " +++... ", | |
240 " ++ ... ", | |
241 " + ... ", | |
242 " + .. ", | |
243 " .. ", | |
244 " . ", | |
245 " .. ", | |
246 " "}; |