about summary refs log tree commit diff stats
path: root/html/edit/008-sandbox-edit.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-05-20 01:27:02 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-20 01:27:02 -0700
commit53251357c969c3ae7bb3a17b5e55114e69f0e85d (patch)
tree71508c98e76a0f6ba64733822eb01c2e094a9007 /html/edit/008-sandbox-edit.mu.html
parent27bd7e76a245397170ad618337cfc1dc49851061 (diff)
downloadmu-53251357c969c3ae7bb3a17b5e55114e69f0e85d.tar.gz
3870 - seldom draw both sides of edit/
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 bdca5bcc..64abe297 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#L81'>&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#L122'>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#L459'>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#L466'>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#L393'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L122'>render</a>
+<span id="L211" class="LineNr">211 </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#L122'>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#L393'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L122'>render</a>
+<span id="L260" class="LineNr">260 </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#L122'>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