diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-10-10 22:08:23 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-10-10 22:08:23 -0700 |
commit | cfad9c494eecf4b98eea5d4021f00ba6d7e38a02 (patch) | |
tree | b13090ac17be845eb892bf3ee98774c3568633c1 /apps | |
parent | 4b75c6b5546606d0d91b35a2d84841d3e919d4d3 (diff) | |
download | mu-cfad9c494eecf4b98eea5d4021f00ba6d7e38a02.tar.gz |
6998
Diffstat (limited to 'apps')
-rw-r--r-- | apps/tile/environment.mu | 2 |
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 |