about summary refs log tree commit diff stats
path: root/074keyboard.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-19 16:34:11 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-19 16:34:11 -0700
commita91c1c2a28583262cc6052a5c3d9e713e9b4c0e0 (patch)
treeeb9d9b38071275630e9533b2b02ddde048bae582 /074keyboard.mu
parentfc52705f4956df9a756b902b187f31799c1451a4 (diff)
downloadmu-a91c1c2a28583262cc6052a5c3d9e713e9b4c0e0.tar.gz
1599
Diffstat (limited to '074keyboard.mu')
-rw-r--r--074keyboard.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/074keyboard.mu b/074keyboard.mu
index 8d828882..0d348e55 100644
--- a/074keyboard.mu
+++ b/074keyboard.mu
@@ -7,7 +7,7 @@ container keyboard [
   data:address:array:character
 ]
 
-recipe init-fake-keyboard [
+recipe new-fake-keyboard [
   default-space:address:array:location <- new location:type, 30:literal
   result:address:keyboard <- new keyboard:type
   buf:address:address:array:character <- get-address result:address:keyboard/deref, data:offset