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-11 00:23:35 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-11 00:23:35 -0700
commit9cbb6dce5400aa2218daa6408f544d99fde6c614 (patch)
tree4fe6fe30a78ec4524834a024f93b5bd367da2cbe /apps/tile/main.mu
parent8c0d0c84647f8e91fa4dd666e9f3d462e9af5ea2 (diff)
downloadmu-9cbb6dce5400aa2218daa6408f544d99fde6c614.tar.gz
7002 - tile: next-word
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
 }