about summary refs log tree commit diff stats
path: root/shell/data.limg
diff options
context:
space:
mode:
Diffstat (limited to 'shell/data.limg')
-rw-r--r--shell/data.limg6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/data.limg b/shell/data.limg
index 930c4f94..d204e85c 100644
--- a/shell/data.limg
+++ b/shell/data.limg
@@ -167,7 +167,7 @@
                 13 36 37 5 108))])
     (palette . [(def (palette p i)
   (nth (% i (len p)) p))])
-    (task . [(def (task screen)
+    (pat . [(def (pat screen)
   (let w (width screen)
   (let h (height screen)
   (for y 0 (< y h) (++ y)
@@ -175,7 +175,7 @@
       (pixel screen x y
              (* x y)))))))])
     (main . [(def (main screen keyboard)
-  (task screen))])
+  (pat screen))])
   ))
-  (sandbox . (task screen))
+  (sandbox . (pat screen))
 )
mmon module for glib compatibility' href='/danisanti/profani-tty/commit/common.h?id=8c68fa0be51f9f12e971b01c6dc9c358a99cfb02'>8c68fa0b ^
f9737251 ^











8c68fa0b ^




2630c111 ^
9ecdb394 ^

8c68fa0b ^

9e686c0e ^



a2726b6a ^
6644fa95 ^
b1b6c6f6 ^

99ffaf0a ^

b1b6c6f6 ^


714add20 ^
e1072c86 ^
714add20 ^



197b8399 ^


0cb54868 ^



b6f36673 ^
a2726b6a ^



b6f36673 ^
a48b48b7 ^
a2726b6a ^



a48b48b7 ^
e6749d66 ^
e9225687 ^














e6749d66 ^
b1b6c6f6 ^

705b6f78 ^
a2726b6a ^

b1b6c6f6 ^
a2726b6a ^
6cc4abed ^
06ecfef1 ^
a2726b6a ^
8c68fa0b ^
a2726b6a ^

e434b1bb ^
be7c4f5a ^
a2726b6a ^


d9344b00 ^
a2726b6a ^


286fecf3 ^
f9eb302a ^

2d11a35e ^
3a6597ee ^
fc5fa629 ^
1d2c0a88 ^
32cfea4b ^
1d2c0a88 ^
698aefa0 ^

8c68fa0b ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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