about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-10 21:29:43 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-10 21:30:02 -0700
commit07faf800ac9f6acc2599d26537f86fd83eb2ae15 (patch)
treeaa54d80a00d33684d133cf798483b8e6561493f9 /apps
parentae6340f2254d22fcbb05ac9a18b00341886fd341 (diff)
downloadmu-07faf800ac9f6acc2599d26537f86fd83eb2ae15.tar.gz
6992
Left arrow key out of an expanded word now working.

Still to fix: left arrow key out of the first word in the first word.
Diffstat (limited to 'apps')
-rw-r--r--apps/tile/environment.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu
index 221118bd..53e28c84 100644
--- a/apps/tile/environment.mu
+++ b/apps/tile/environment.mu
@@ -115,7 +115,7 @@ $process:body: {
           var n/eax: int <- body-length functions, cursor-word-ah
           n <- decrement
           push-to-call-path-element cursor-call-path, n
-          loop
+#?           loop
         }
         # move cursor to end of word
         get-cursor-word sandbox, functions, cursor-word-ah