about summary refs log tree commit diff stats
path: root/html/edit/006-sandbox-copy.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/edit/006-sandbox-copy.mu.html')
-rw-r--r--html/edit/006-sandbox-copy.mu.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/html/edit/006-sandbox-copy.mu.html b/html/edit/006-sandbox-copy.mu.html
index 702c806b..7563d9a0 100644
--- a/html/edit/006-sandbox-copy.mu.html
+++ b/html/edit/006-sandbox-copy.mu.html
@@ -71,7 +71,7 @@ if ('onhashchange' in window) {
 <span id="L9" class="LineNr">  9 </span>  assume-resources [
 <span id="L10" class="LineNr"> 10 </span>  ]
 <span id="L11" class="LineNr"> 11 </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">[add 1, 1]</span>  <span class="Comment"># contents of sandbox editor</span>
-<span id="L12" class="LineNr"> 12 </span>  <a href='004-programming-environment.mu.html#L400'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
+<span id="L12" class="LineNr"> 12 </span>  <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
 <span id="L13" class="LineNr"> 13 </span>  <span class="Comment"># run it</span>
 <span id="L14" class="LineNr"> 14 </span>  assume-console [
 <span id="L15" class="LineNr"> 15 </span>  <span class="Conceal">¦</span> press F4
@@ -132,7 +132,7 @@ if ('onhashchange' in window) {
 <span id="L70" class="LineNr"> 70 </span>  assume-resources [
 <span id="L71" class="LineNr"> 71 </span>  ]
 <span id="L72" class="LineNr"> 72 </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">[add 1, 1]</span>  <span class="Comment"># contents of sandbox editor</span>
-<span id="L73" class="LineNr"> 73 </span>  <a href='004-programming-environment.mu.html#L400'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
+<span id="L73" class="LineNr"> 73 </span>  <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
 <span id="L74" class="LineNr"> 74 </span>  <span class="Comment"># run it</span>
 <span id="L75" class="LineNr"> 75 </span>  assume-console [
 <span id="L76" class="LineNr"> 76 </span>  <span class="Conceal">¦</span> press F4
@@ -193,7 +193,7 @@ if ('onhashchange' in window) {
 <span id="L131" class="LineNr">131 </span>  <span class="Conceal">¦</span> copy?, env <span class="Special">&lt;-</span> <a href='006-sandbox-copy.mu.html#L159'>try-copy-sandbox</a> click-row, env
 <span id="L132" class="LineNr">132 </span>  <span class="Conceal">¦</span> <span class="muControl">break-unless</span> copy?
 <span id="L133" class="LineNr">133 </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#L107'>render</a>
-<span id="L134" class="LineNr">134 </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#L467'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env
+<span id="L134" class="LineNr">134 </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#L469'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env
 <span id="L135" class="LineNr">135 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-event</span>
 <span id="L136" class="LineNr">136 </span>  <span class="Delimiter">}</span>
 <span id="L137" class="LineNr">137 </span>]
@@ -286,7 +286,7 @@ if ('onhashchange' in window) {
 <span id="L224" class="LineNr">224 </span>  assume-resources [
 <span id="L225" class="LineNr">225 </span>  ]
 <span id="L226" class="LineNr">226 </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">[add 1, 1]</span>  <span class="Comment"># contents of sandbox editor</span>
-<span id="L227" class="LineNr">227 </span>  <a href='004-programming-environment.mu.html#L400'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
+<span id="L227" class="LineNr">227 </span>  <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
 <span id="L228" class="LineNr">228 </span>  <span class="Comment"># run it</span>
 <span id="L229" class="LineNr">229 </span>  assume-console [
 <span id="L230" class="LineNr">230 </span>  <span class="Conceal">¦</span> press F4
@@ -351,7 +351,7 @@ if ('onhashchange' in window) {
 <span id="L289" class="LineNr">289 </span>  assume-resources [
 <span id="L290" class="LineNr">290 </span>  ]
 <span id="L291" class="LineNr">291 </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">[add 1, 1]</span>  <span class="Comment"># contents of sandbox editor</span>
-<span id="L292" class="LineNr">292 </span>  <a href='004-programming-environment.mu.html#L400'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
+<span id="L292" class="LineNr">292 </span>  <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
 <span id="L293" class="LineNr">293 </span>  <span class="Comment"># run it</span>
 <span id="L294" class="LineNr">294 </span>  assume-console [
 <span id="L295" class="LineNr">295 </span>  <span class="Conceal">¦</span> press F4
@@ -412,8 +412,8 @@ if ('onhashchange' in window) {
 <span id="L350" class="LineNr">350 </span>  <span class="Conceal">¦</span> modified?:bool <span class="Special">&lt;-</span> <a href='006-sandbox-copy.mu.html#L375'>prepend-sandbox-into-recipe-side</a> click-row, env
 <span id="L351" class="LineNr">351 </span>  <span class="Conceal">¦</span> <span class="muControl">break-unless</span> modified?
 <span id="L352" class="LineNr">352 </span>  <span class="Conceal">¦</span> *env <span class="Special">&lt;-</span> put *env, <span class="Constant">sandbox-in-focus?:offset</span>, <span class="Constant">0/false</span>
-<span id="L353" class="LineNr">353 </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#L432'>render-recipes</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
-<span id="L354" class="LineNr">354 </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#L467'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env
+<span id="L353" class="LineNr">353 </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#L434'>render-recipes</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
+<span id="L354" class="LineNr">354 </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#L469'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env
 <span id="L355" class="LineNr">355 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-event</span>
 <span id="L356" class="LineNr">356 </span>  <span class="Delimiter">}</span>
 <span id="L357" class="LineNr">357 </span>]