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.mu6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/tile/main.mu b/apps/tile/main.mu
index 0a2d6339..157adc48 100644
--- a/apps/tile/main.mu
+++ b/apps/tile/main.mu
@@ -95,7 +95,11 @@ fn test {
   process env, g
   g <- copy 0x10  # <ctrl-p>
   process env, g
-  g <- copy 0x10  # <ctrl-p>
+  g <- copy 0xe  # <ctrl-n>
+  process env, g
+  g <- copy 0xe  # <ctrl-n>
+  process env, g
+  g <- copy 0xe  # <ctrl-n>
   process env, g
 }