about summary refs log tree commit diff stats
path: root/apps/tile
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-10 22:08:23 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-10 22:08:23 -0700
commitcfad9c494eecf4b98eea5d4021f00ba6d7e38a02 (patch)
treeb13090ac17be845eb892bf3ee98774c3568633c1 /apps/tile
parent4b75c6b5546606d0d91b35a2d84841d3e919d4d3 (diff)
downloadmu-cfad9c494eecf4b98eea5d4021f00ba6d7e38a02.tar.gz
6998
Diffstat (limited to 'apps/tile')
-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 ee8a894b..25f3cc70 100644
--- a/apps/tile/environment.mu
+++ b/apps/tile/environment.mu
@@ -215,7 +215,7 @@ $process:body: {
       toggle-cursor-word sandbox
       break $process:body
     }
-    # if call, break
+    # if cursor is within a call, disable editing hotkeys below
     var cursor-call-path-ah/eax: (addr handle call-path-element) <- get sandbox, cursor-call-path
     var cursor-call-path/eax: (addr call-path-element) <- lookup *cursor-call-path-ah
     var next-cursor-element-ah/eax: (addr handle call-path-element) <- get cursor-call-path, next