1 /*
2 ** 0 (sig 15) - terminate
3 */
4 #define skull_width 16
5 #define skull_height 16
6 static char skull_bits[] = {
7    0xc0, 0x03, 0xe0, 0x07, 0xf0, 0x0f, 0x98, 0x19, 0x98, 0x19, 0xf0, 0x0f,
8    0xe0, 0x07, 0xc0, 0x03, 0xc2, 0x43, 0xc3, 0xc3, 0x84, 0x21, 0x38, 0x1c,
9    0xc0, 0x03, 0xf1, 0x8f, 0x7f, 0xf8, 0x02, 0x40};
10 
11 
12 /*
13 ** 1 (sig 3) - quit
14 */
15 #define skull1_width 16
16 #define skull1_height 16
17 static char skull1_bits[] = {
18    0xc3, 0x03, 0xe3, 0x07, 0xf0, 0x0f, 0x98, 0x19, 0x98, 0x19, 0xf0, 0x0f,
19    0xe0, 0x07, 0xc0, 0x03, 0xc2, 0x43, 0xc3, 0xc3, 0x84, 0x21, 0x38, 0x1c,
20    0xc0, 0x03, 0xf1, 0x8f, 0x7f, 0xf8, 0x02, 0x40};
21 
22 
23 /*
24 ** 2 (sig 9) - kill
25 */
26 #define skull2_width 16
27 #define skull2_height 16
28 static char skull2_bits[] = {
29   0xc3, 0xc3, 0xe3, 0xc7, 0xf0, 0x0f, 0x98, 0x19, 0x98, 0x19, 0xf0, 0x0f,
30   0xe0, 0x07, 0xc0, 0x03, 0xc2, 0x43, 0xc3, 0xc3, 0x84, 0x21, 0x38, 0x1c,
31   0xc0, 0x03, 0xf1, 0x8f, 0x7f, 0xf8, 0x02, 0x40, };
32 
33 
34 /*
35 ** 3 (sig 1)  hangup
36 */
37 #define phone_width 16
38 #define phone_height 16
39 static char phone_bits[] = {
40   0x00, 0x00, 0x00, 0x00, 0xf0, 0x0f, 0xfe, 0x7f, 0x37, 0xec, 0x37, 0xec,
41   0xe7, 0xe7, 0x30, 0x0c, 0xd8, 0x1b, 0xdc, 0x3b, 0xde, 0x7b, 0x3e, 0x7c,
42   0xfe, 0x7f, 0xfe, 0x7f, 0x00, 0x00, 0x00, 0x00, };
43 
44 
45 
46 /*
47 ** 4 (sig 17) stop
48 */
49 #define stillman_width 16
50 #define stillman_height 16
51 static char stillman_bits[] = {
52   0x00, 0x00, 0x80, 0x00, 0xc0, 0x01, 0xc0, 0x01, 0x80, 0x00, 0xe0, 0x03,
53   0xd0, 0x05, 0xd0, 0x05, 0xd0, 0x05, 0xd0, 0x05, 0x40, 0x01, 0x40, 0x01,
54   0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x60, 0x03, };
55 
56 /*
57 ** 5 (sig 19) continue
58 */
59 
60 #define runman_width 16
61 #define runman_height 16
62 static char runman_bits[] = {
63   0x00, 0x00, 0x60, 0x00, 0x64, 0x00, 0x44, 0x03, 0xf8, 0x05, 0xe0, 0x00,
64   0xc0, 0x00, 0xc0, 0x01, 0xc0, 0x09, 0x60, 0x17, 0x30, 0x02, 0x10, 0x00,
65   0x10, 0x00, 0x10, 0x00, 0x08, 0x00, 0x00, 0x00, };
66 
67 
68 #define ps_width 16
69 #define ps_height 16
70 static char ps_bits[] = {
71    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6c, 0x3c, 0xdc, 0x66, 0xcc, 0x0e,
72    0xcc, 0x38, 0xcc, 0x70, 0xdc, 0x66, 0x6c, 0x3c, 0x0c, 0x00, 0x0c, 0x00,
73    0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
74