about summary refs log tree commit diff stats
path: root/html/edit/006-sandbox-copy.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-12-27 20:38:53 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-12-27 20:39:51 -0800
commitf0c55e6b97edf8971ce4adad3ee53cbfa406b7ef (patch)
treed816e398a5bc38010f277e6677b9de83bc3f2faa /html/edit/006-sandbox-copy.mu.html
parente82dc626685875d56738e733f7e18203f2ac7f9d (diff)
downloadmu-f0c55e6b97edf8971ce4adad3ee53cbfa406b7ef.tar.gz
4165
Diffstat (limited to 'html/edit/006-sandbox-copy.mu.html')
-rw-r--r--html/edit/006-sandbox-copy.mu.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/html/edit/006-sandbox-copy.mu.html b/html/edit/006-sandbox-copy.mu.html
index bcc6e301..782450c4 100644
--- a/html/edit/006-sandbox-copy.mu.html
+++ b/html/edit/006-sandbox-copy.mu.html
@@ -194,7 +194,7 @@ if ('onhashchange' in window) {
 <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#L16'>screen</a> <span class="Special">&lt;-</span> render-sandbox-side <a href='../081print.mu.html#L16'>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#L16'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>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="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>]
 <span id="L138" class="LineNr">138 </span>
@@ -244,9 +244,9 @@ if ('onhashchange' in window) {
 <span id="L182" class="LineNr">182 </span>  <span class="Conceal">¦</span> found?:bool <span class="Special">&lt;-</span> equal click-row, start
 <span id="L183" class="LineNr">183 </span>  <span class="Conceal">¦</span> <span class="muControl">return-if</span> found?, curr-sandbox
 <span id="L184" class="LineNr">184 </span>  <span class="Conceal">¦</span> curr-sandbox <span class="Special">&lt;-</span> get *curr-sandbox, <span class="Constant">next-sandbox:offset</span>
-<span id="L185" class="LineNr">185 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
+<span id="L185" class="LineNr">185 </span>  <span class="Conceal">¦</span><span class="muControl"> loop</span>
 <span id="L186" class="LineNr">186 </span>  <span class="Delimiter">}</span>
-<span id="L187" class="LineNr">187 </span>  <span class="muControl">return</span> <span class="Constant">0/not-found</span>
+<span id="L187" class="LineNr">187 </span> <span class="muControl"> return</span> <span class="Constant">0/not-found</span>
 <span id="L188" class="LineNr">188 </span>]
 <span id="L189" class="LineNr">189 </span>
 <span id="L190" class="LineNr">190 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L190'>click-on-sandbox-area?</a> click-row:num, click-column:num, env:&amp;:environment<span class="muRecipe"> -&gt; </span>result:bool [
@@ -414,7 +414,7 @@ if ('onhashchange' in window) {
 <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#L16'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L431'>render-recipes</a> <a href='../081print.mu.html#L16'>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#L16'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L472'>update-cursor</a> <a href='../081print.mu.html#L16'>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="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>]
 <span id="L358" class="LineNr">358 </span>
@@ -453,7 +453,7 @@ if ('onhashchange' in window) {
 <span id="L391" class="LineNr">391 </span>  *recipe-editor <span class="Special">&lt;-</span> put *recipe-editor, <span class="Constant">before-cursor:offset</span>, recipe-data
 <span id="L392" class="LineNr">392 </span>  *recipe-editor <span class="Special">&lt;-</span> put *recipe-editor, <span class="Constant">cursor-row:offset</span>,<span class="Constant"> 1</span>
 <span id="L393" class="LineNr">393 </span>  *recipe-editor <span class="Special">&lt;-</span> put *recipe-editor, <span class="Constant">cursor-column:offset</span>,<span class="Constant"> 0</span>
-<span id="L394" class="LineNr">394 </span>  <span class="muControl">return</span> <span class="Constant">1/true</span>
+<span id="L394" class="LineNr">394 </span> <span class="muControl"> return</span> <span class="Constant">1/true</span>
 <span id="L395" class="LineNr">395 </span>]
 </pre>
 </body>