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-05-29 02:25:10 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-29 02:25:10 -0700
commit4945e77a58f3ab10069461e86e5e10c06e91e489 (patch)
tree2d5cb5200b34ec540f9916578e002c0e3cdb07ea /html/edit/006-sandbox-copy.mu.html
parent284e5576495a946d60603b026bb5e27de356b9fd (diff)
downloadmu-4945e77a58f3ab10069461e86e5e10c06e91e489.tar.gz
3895
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 e12c4729..777ade37 100644
--- a/html/edit/006-sandbox-copy.mu.html
+++ b/html/edit/006-sandbox-copy.mu.html
@@ -407,7 +407,7 @@ if ('onhashchange' in window) {
 <span id="L345" class="LineNr">345 </span>  <span class="Conceal">¦</span> <span class="muControl">break-unless</span> copy?
 <span id="L346" class="LineNr">346 </span>  <span class="Conceal">¦</span> modified?:bool <span class="Special">&lt;-</span> <a href='006-sandbox-copy.mu.html#L371'>prepend-sandbox-into-recipe-side</a> click-row, env
 <span id="L347" class="LineNr">347 </span>  <span class="Conceal">¦</span> <span class="muControl">break-unless</span> modified?
-<span id="L348" class="LineNr">348 </span>  <span class="Conceal">¦</span> put *env, <span class="Constant">sandbox-in-focus?:offset</span>, <span class="Constant">0/false</span>
+<span id="L348" class="LineNr">348 </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="L349" class="LineNr">349 </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="L350" class="LineNr">350 </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#L466'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env
 <span id="L351" class="LineNr">351 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-event</span>
@@ -445,10 +445,10 @@ if ('onhashchange' in window) {
 <span id="L383" class="LineNr">383 </span>  sandbox-data:text <span class="Special">&lt;-</span> get *sandbox, <span class="Constant">data:offset</span>
 <span id="L384" class="LineNr">384 </span>  insert recipe-data, sandbox-data
 <span id="L385" class="LineNr">385 </span>  <span class="Comment"># reset cursor</span>
-<span id="L386" class="LineNr">386 </span>  put *recipe-editor, <span class="Constant">top-of-screen:offset</span>, recipe-data
-<span id="L387" class="LineNr">387 </span>  put *recipe-editor, <span class="Constant">before-cursor:offset</span>, recipe-data
-<span id="L388" class="LineNr">388 </span>  put *recipe-editor, <span class="Constant">cursor-row:offset</span>,<span class="Constant"> 1</span>
-<span id="L389" class="LineNr">389 </span>  put *recipe-editor, <span class="Constant">cursor-column:offset</span>,<span class="Constant"> 0</span>
+<span id="L386" class="LineNr">386 </span>  *recipe-editor <span class="Special">&lt;-</span> put *recipe-editor, <span class="Constant">top-of-screen:offset</span>, recipe-data
+<span id="L387" class="LineNr">387 </span>  *recipe-editor <span class="Special">&lt;-</span> put *recipe-editor, <span class="Constant">before-cursor:offset</span>, recipe-data
+<span id="L388" class="LineNr">388 </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="L389" class="LineNr">389 </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="L390" class="LineNr">390 </span>  <span class="muControl">return</span> <span class="Constant">1/true</span>
 <span id="L391" class="LineNr">391 </span>]
 </pre>