about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-15 17:41:55 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-15 17:41:55 -0700
commitfced134f8f00021c4bb02b8496a72918b322114a (patch)
tree3eb82d89ccecf17a2cf40b5c21cdd1daa0d18d7c
parent60ef3caa4dc2610028e32b9c2a37ef560d4d1a5a (diff)
downloadmu-fced134f8f00021c4bb02b8496a72918b322114a.tar.gz
.
-rw-r--r--shell/global.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/global.mu b/shell/global.mu
index 3acdde1f..5bd160fb 100644
--- a/shell/global.mu
+++ b/shell/global.mu
@@ -30,6 +30,7 @@ fn initialize-globals _self: (addr global-table) {
   append-primitive self, "cons"
   # for screens
   append-primitive self, "print"
+  append-primitive self, "pixel"
   append-primitive self, "up"
   append-primitive self, "down"
   append-primitive self, "left"