about summary refs log tree commit diff stats
path: root/html/edit/007-sandbox-delete.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/007-sandbox-delete.mu.html
parent27bd7e76a245397170ad618337cfc1dc49851061 (diff)
downloadmu-53251357c969c3ae7bb3a17b5e55114e69f0e85d.tar.gz
3870 - seldom draw both sides of edit/
Diffstat (limited to 'html/edit/007-sandbox-delete.mu.html')
-rw-r--r--html/edit/007-sandbox-delete.mu.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/html/edit/007-sandbox-delete.mu.html b/html/edit/007-sandbox-delete.mu.html
index e4e4666d..06446263 100644
--- a/html/edit/007-sandbox-delete.mu.html
+++ b/html/edit/007-sandbox-delete.mu.html
@@ -127,7 +127,7 @@ if ('onhashchange' in window) {
 <span id="L65" class="LineNr"> 65 </span>  ]
 <span id="L66" class="LineNr"> 66 </span>]
 <span id="L67" class="LineNr"> 67 </span>
-<span id="L68" class="LineNr"> 68 </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="L68" class="LineNr"> 68 </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="L69" class="LineNr"> 69 </span>  <span class="Comment"># support 'delete' button</span>
 <span id="L70" class="LineNr"> 70 </span>  <span class="Delimiter">{</span>
 <span id="L71" class="LineNr"> 71 </span>  <span class="Conceal">¦</span> delete?:bool <span class="Special">&lt;-</span> <a href='007-sandbox-delete.mu.html#L82'>should-attempt-delete?</a> click-row, click-column, env
@@ -135,7 +135,7 @@ if ('onhashchange' in window) {
 <span id="L73" class="LineNr"> 73 </span>  <span class="Conceal">¦</span> delete?, env <span class="Special">&lt;-</span> <a href='007-sandbox-delete.mu.html#L97'>try-delete-sandbox</a> click-row, env
 <span id="L74" class="LineNr"> 74 </span>  <span class="Conceal">¦</span> <span class="muControl">break-unless</span> delete?
 <span id="L75" class="LineNr"> 75 </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="L76" class="LineNr"> 76 </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="L76" class="LineNr"> 76 </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="L77" class="LineNr"> 77 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-event</span>
 <span id="L78" class="LineNr"> 78 </span>  <span class="Delimiter">}</span>
 <span id="L79" class="LineNr"> 79 </span>]
@@ -216,7 +216,7 @@ if ('onhashchange' in window) {
 <span id="L154" class="LineNr">154 </span>  assume-resources [
 <span id="L155" class="LineNr">155 </span>  ]
 <span id="L156" class="LineNr">156 </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="L157" class="LineNr">157 </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="L157" class="LineNr">157 </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="L158" class="LineNr">158 </span>  <span class="Comment"># create 2 sandboxes and scroll to second</span>
 <span id="L159" class="LineNr">159 </span>  assume-console [
 <span id="L160" class="LineNr">160 </span>  <span class="Conceal">¦</span> press ctrl-n
@@ -263,7 +263,7 @@ if ('onhashchange' in window) {
 <span id="L201" class="LineNr">201 </span>  assume-resources [
 <span id="L202" class="LineNr">202 </span>  ]
 <span id="L203" class="LineNr">203 </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="L204" class="LineNr">204 </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="L204" class="LineNr">204 </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="L205" class="LineNr">205 </span>  <span class="Comment"># create 2 sandboxes and scroll to second</span>
 <span id="L206" class="LineNr">206 </span>  assume-console [
 <span id="L207" class="LineNr">207 </span>  <span class="Conceal">¦</span> press ctrl-n
@@ -310,7 +310,7 @@ if ('onhashchange' in window) {
 <span id="L248" class="LineNr">248 </span>  assume-resources [
 <span id="L249" class="LineNr">249 </span>  ]
 <span id="L250" class="LineNr">250 </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="L251" class="LineNr">251 </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="L251" class="LineNr">251 </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="L252" class="LineNr">252 </span>  <span class="Comment"># create 2 sandboxes and scroll to second</span>
 <span id="L253" class="LineNr">253 </span>  assume-console [
 <span id="L254" class="LineNr">254 </span>  <span class="Conceal">¦</span> press ctrl-n
@@ -359,7 +359,7 @@ if ('onhashchange' in window) {
 <span id="L297" class="LineNr">297 </span>  assume-resources [
 <span id="L298" class="LineNr">298 </span>  ]
 <span id="L299" class="LineNr">299 </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="L300" class="LineNr">300 </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="L300" class="LineNr">300 </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="L301" class="LineNr">301 </span>  <span class="Comment"># create 2 sandboxes</span>
 <span id="L302" class="LineNr">302 </span>  assume-console [
 <span id="L303" class="LineNr">303 </span>  <span class="Conceal">¦</span> press ctrl-n