about summary refs log tree commit diff stats
path: root/html/edit/004-programming-environment.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/edit/004-programming-environment.mu.html')
-rw-r--r--html/edit/004-programming-environment.mu.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/edit/004-programming-environment.mu.html b/html/edit/004-programming-environment.mu.html
index e543a1f1..86601105 100644
--- a/html/edit/004-programming-environment.mu.html
+++ b/html/edit/004-programming-environment.mu.html
@@ -220,7 +220,7 @@ if ('onhashchange' in window) {
 <span id="L159" class="LineNr">159 </span>          <span class="Comment"># no more events, no force render</span>
 <span id="L160" class="LineNr">160 </span>          <span class="Delimiter">{</span>
 <span id="L161" class="LineNr">161 </span>            <span class="muControl">break-unless</span> render?
-<span id="L162" class="LineNr">162 </span>            <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L496'>render-sandbox-side</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L123'>render</a>
+<span id="L162" class="LineNr">162 </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#L123'>render</a>
 <span id="L163" class="LineNr">163 </span>            <span class="muControl">jump</span> <span class="Constant">+finish-event</span>
 <span id="L164" class="LineNr">164 </span>          <span class="Delimiter">}</span>
 <span id="L165" class="LineNr">165 </span>        <span class="Delimiter">}</span>
@@ -524,7 +524,7 @@ if ('onhashchange' in window) {
 <span id="L463" class="LineNr">463 </span>  <a href='004-programming-environment.mu.html#L620'>draw-vertical</a> <a href='../081print.mu.html#L4'>screen</a>, divider, <span class="Constant">1/top</span>, height, <span class="Constant">9482/vertical-dotted</span>
 <span id="L464" class="LineNr">464 </span>  <span class="Comment">#</span>
 <span id="L465" class="LineNr">465 </span>  <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L477'>render-recipes</a> <a href='../081print.mu.html#L4'>screen</a>, env, render-editor
-<span id="L466" class="LineNr">466 </span>  <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L496'>render-sandbox-side</a> <a href='../081print.mu.html#L4'>screen</a>, env, render-editor
+<span id="L466" class="LineNr">466 </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, render-editor
 <span id="L467" class="LineNr">467 </span><span class="Constant">  <a href='004-programming-environment.mu.html#L467'>&lt;render-components-end&gt;</a></span>
 <span id="L468" class="LineNr">468 </span>  <span class="Comment">#</span>
 <span id="L469" class="LineNr">469 </span>  recipes:&amp;:editor <span class="Special">&lt;-</span> get *env, <span class="Constant">recipes:offset</span>
@@ -554,7 +554,7 @@ if ('onhashchange' in window) {
 <span id="L493" class="LineNr">493 </span>]
 <span id="L494" class="LineNr">494 </span>
 <span id="L495" class="LineNr">495 </span><span class="Comment"># replaced in a later layer</span>
-<span id="L496" class="LineNr">496 </span><span class="muRecipe">def</span> <a href='004-programming-environment.mu.html#L496'>render-sandbox-side</a> <a href='../081print.mu.html#L4'>screen</a>:&amp;:<a href='../081print.mu.html#L4'>screen</a>, env:&amp;:environment, <span class="Delimiter">{</span>render-editor: (recipe (address screen) (address editor)<span class="muRecipe"> -&gt; </span>number number (address screen) (address editor))<span class="Delimiter">}</span><span class="muRecipe"> -&gt; </span><a href='../081print.mu.html#L4'>screen</a>:&amp;:<a href='../081print.mu.html#L4'>screen</a>, env:&amp;:environment [
+<span id="L496" class="LineNr">496 </span><span class="muRecipe">def</span> render-sandbox-side <a href='../081print.mu.html#L4'>screen</a>:&amp;:<a href='../081print.mu.html#L4'>screen</a>, env:&amp;:environment, <span class="Delimiter">{</span>render-editor: (recipe (address screen) (address editor)<span class="muRecipe"> -&gt; </span>number number (address screen) (address editor))<span class="Delimiter">}</span><span class="muRecipe"> -&gt; </span><a href='../081print.mu.html#L4'>screen</a>:&amp;:<a href='../081print.mu.html#L4'>screen</a>, env:&amp;:environment [
 <span id="L497" class="LineNr">497 </span>  <span class="Constant">local-scope</span>
 <span id="L498" class="LineNr">498 </span>  <span class="Constant">load-ingredients</span>
 <span id="L499" class="LineNr">499 </span>  current-sandbox:&amp;:editor <span class="Special">&lt;-</span> get *env, <span class="Constant">current-sandbox:offset</span>