about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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))
 )