about summary refs log tree commit diff stats
path: root/apps/tile/main.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-18 23:41:57 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-18 23:41:57 -0700
commit1158758f20f1b9273e8e6c0f2a8f10caf980641b (patch)
tree64c6df6d07a24519c5e026ea8bf5c74a07cae125 /apps/tile/main.mu
parentf1a3f88e95785e766793e91223d0eb4cdd130c60 (diff)
downloadmu-1158758f20f1b9273e8e6c0f2a8f10caf980641b.tar.gz
7063 - tile: scaffolding for defining functions
Diffstat (limited to 'apps/tile/main.mu')
-rw-r--r--apps/tile/main.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tile/main.mu b/apps/tile/main.mu
index 8cc50a68..2defb364 100644
--- a/apps/tile/main.mu
+++ b/apps/tile/main.mu
@@ -82,7 +82,7 @@ fn test {
   g <- copy 0x32  # '2'
   process env, g
   render env
-  g <- copy 0xe  # 'ctrl-n'
+  g <- copy 4  # 'ctrl-d'
   process env, g
   g <- copy 0x61  # 'a'
   process env, g