about summary refs log tree commit diff stats
path: root/html/edit/010-sandbox-trace.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-05-06 15:03:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-06 15:03:13 -0700
commit996ce5f101e597cf70bda0864f964b356a1005a3 (patch)
tree0b5437e561ac14ad27358401820fc5cd9b3e5193 /html/edit/010-sandbox-trace.mu.html
parentdc0e767cf5130461a6aa58774d1016ec3934396b (diff)
downloadmu-996ce5f101e597cf70bda0864f964b356a1005a3.tar.gz
3845
Diffstat (limited to 'html/edit/010-sandbox-trace.mu.html')
-rw-r--r--html/edit/010-sandbox-trace.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/edit/010-sandbox-trace.mu.html b/html/edit/010-sandbox-trace.mu.html
index 592e0a72..e1a98ad8 100644
--- a/html/edit/010-sandbox-trace.mu.html
+++ b/html/edit/010-sandbox-trace.mu.html
@@ -243,7 +243,7 @@ if ('onhashchange' in window) {
 <span id="L180" class="LineNr">180 </span>]
 <span id="L181" class="LineNr">181 </span>
 <span id="L182" class="LineNr">182 </span><span class="Comment"># clicks on sandbox code toggle its display-trace? flag</span>
-<span id="L183" class="LineNr">183 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L80'>&lt;global-touch&gt;</a></span> [
+<span id="L183" class="LineNr">183 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L76'>&lt;global-touch&gt;</a></span> [
 <span id="L184" class="LineNr">184 </span>  <span class="Comment"># check if it's inside the code of any sandbox</span>
 <span id="L185" class="LineNr">185 </span>  <span class="Delimiter">{</span>
 <span id="L186" class="LineNr">186 </span>  <span class="Conceal">¦</span> sandbox-left-margin:num <span class="Special">&lt;-</span> get *current-sandbox, <span class="Constant">left:offset</span>
@@ -264,7 +264,7 @@ if ('onhashchange' in window) {
 <span id="L201" class="LineNr">201 </span>  <span class="Conceal">¦</span> x <span class="Special">&lt;-</span> not x
 <span id="L202" class="LineNr">202 </span>  <span class="Conceal">¦</span> *sandbox <span class="Special">&lt;-</span> put *sandbox, <span class="Constant">display-trace?:offset</span>, x
 <span id="L203" class="LineNr">203 </span>  <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> render-sandbox-side <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L121'>render</a>
-<span id="L204" class="LineNr">204 </span>  <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L495'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env
+<span id="L204" class="LineNr">204 </span>  <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L446'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env
 <span id="L205" class="LineNr">205 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-event</span>
 <span id="L206" class="LineNr">206 </span>  <span class="Delimiter">}</span>
 <span id="L207" class="LineNr">207 </span>]