about summary refs log tree commit diff stats
path: root/apps/tile/main.mu
diff options
context:
space:
mode:
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