diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-04-15 17:41:55 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-04-15 17:41:55 -0700 |
commit | fced134f8f00021c4bb02b8496a72918b322114a (patch) | |
tree | 3eb82d89ccecf17a2cf40b5c21cdd1daa0d18d7c /shell | |
parent | 60ef3caa4dc2610028e32b9c2a37ef560d4d1a5a (diff) | |
download | mu-fced134f8f00021c4bb02b8496a72918b322114a.tar.gz |
.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/global.mu | 1 |
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" |