about summary refs log tree commit diff stats
path: root/html/edit/008-sandbox-edit.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/edit/008-sandbox-edit.mu.html')
-rw-r--r--html/edit/008-sandbox-edit.mu.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/edit/008-sandbox-edit.mu.html b/html/edit/008-sandbox-edit.mu.html
index 56a9c009..f1ea0ffb 100644
--- a/html/edit/008-sandbox-edit.mu.html
+++ b/html/edit/008-sandbox-edit.mu.html
@@ -166,7 +166,7 @@ if ('onhashchange' in window) {
 <span id="L104" class="LineNr">104 </span>  ]
 <span id="L105" class="LineNr">105 </span>]
 <span id="L106" class="LineNr">106 </span>
-<span id="L107" class="LineNr">107 </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="L107" class="LineNr">107 </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="L108" class="LineNr">108 </span>  <span class="Comment"># support 'edit' button</span>
 <span id="L109" class="LineNr">109 </span>  <span class="Delimiter">{</span>
 <span id="L110" class="LineNr">110 </span>  <span class="Conceal">¦</span> edit?:bool <span class="Special">&lt;-</span> <a href='008-sandbox-edit.mu.html#L121'>should-attempt-edit?</a> click-row, click-column, env
@@ -174,7 +174,7 @@ if ('onhashchange' in window) {
 <span id="L112" class="LineNr">112 </span>  <span class="Conceal">¦</span> edit?, env <span class="Special">&lt;-</span> <a href='008-sandbox-edit.mu.html#L140'>try-edit-sandbox</a> click-row, env
 <span id="L113" class="LineNr">113 </span>  <span class="Conceal">¦</span> <span class="muControl">break-unless</span> edit?
 <span id="L114" class="LineNr">114 </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="L115" class="LineNr">115 </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="L115" class="LineNr">115 </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="L116" class="LineNr">116 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-event</span>
 <span id="L117" class="LineNr">117 </span>  <span class="Delimiter">}</span>
 <span id="L118" class="LineNr">118 </span>]
@@ -270,7 +270,7 @@ if ('onhashchange' in window) {
 <span id="L208" class="LineNr">208 </span>  assume-resources [
 <span id="L209" class="LineNr">209 </span>  ]
 <span id="L210" class="LineNr">210 </span>  env:&amp;:environment <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>, <span class="Constant">[]</span>
-<span id="L211" class="LineNr">211 </span>  <a href='004-programming-environment.mu.html#L432'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L121'>render</a>
+<span id="L211" class="LineNr">211 </span>  <a href='004-programming-environment.mu.html#L383'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L121'>render</a>
 <span id="L212" class="LineNr">212 </span>  <span class="Comment"># create 2 sandboxes and scroll to second</span>
 <span id="L213" class="LineNr">213 </span>  assume-console [
 <span id="L214" class="LineNr">214 </span>  <span class="Conceal">¦</span> press ctrl-n
@@ -319,7 +319,7 @@ if ('onhashchange' in window) {
 <span id="L257" class="LineNr">257 </span>  assume-resources [
 <span id="L258" class="LineNr">258 </span>  ]
 <span id="L259" class="LineNr">259 </span>  env:&amp;:environment <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>, <span class="Constant">[]</span>
-<span id="L260" class="LineNr">260 </span>  <a href='004-programming-environment.mu.html#L432'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L121'>render</a>
+<span id="L260" class="LineNr">260 </span>  <a href='004-programming-environment.mu.html#L383'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L121'>render</a>
 <span id="L261" class="LineNr">261 </span>  <span class="Comment"># create 2 sandboxes</span>
 <span id="L262" class="LineNr">262 </span>  assume-console [
 <span id="L263" class="LineNr">263 </span>  <span class="Conceal">¦</span> press ctrl-n