diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2018-02-18 15:55:42 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2018-02-18 15:55:42 -0800 |
commit | 94ffc3776c8037416e4834eb5b94644587c18e10 (patch) | |
tree | bd27e5555427959a336916bec9f94cc058f29396 /html/edit/007-sandbox-delete.mu.html | |
parent | cbeb3ca796bc8d2d8ccd7aaea62d450410b3ef79 (diff) | |
download | mu-94ffc3776c8037416e4834eb5b94644587c18e10.tar.gz |
4209
Diffstat (limited to 'html/edit/007-sandbox-delete.mu.html')
-rw-r--r-- | html/edit/007-sandbox-delete.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/edit/007-sandbox-delete.mu.html b/html/edit/007-sandbox-delete.mu.html index e50089d2..531b4f9a 100644 --- a/html/edit/007-sandbox-delete.mu.html +++ b/html/edit/007-sandbox-delete.mu.html @@ -135,7 +135,7 @@ if ('onhashchange' in window) { <span id="L74" class="LineNr"> 74 </span> delete?, env <span class="Special"><-</span> <a href='007-sandbox-delete.mu.html#L98'>try-delete-sandbox</a> click-row, env <span id="L75" class="LineNr"> 75 </span> <span class="muControl">break-unless</span> delete? <span id="L76" class="LineNr"> 76 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> render-sandbox-side <a href='../081print.mu.html#L16'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a> -<span id="L77" class="LineNr"> 77 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</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="L77" class="LineNr"> 77 </span> <a href='../081print.mu.html#L16'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L468'>update-cursor</a> <a href='../081print.mu.html#L16'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env <span id="L78" class="LineNr"> 78 </span> <span class="muControl"> loop</span> <span class="Constant">+next-event</span> <span id="L79" class="LineNr"> 79 </span> <span class="Delimiter">}</span> <span id="L80" class="LineNr"> 80 </span>] @@ -152,7 +152,7 @@ if ('onhashchange' in window) { <span id="L91" class="LineNr"> 91 </span> assert first-sandbox, <span class="Constant">[!!]</span> <span id="L92" class="LineNr"> 92 </span> sandbox-left-margin:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">left:offset</span> <span id="L93" class="LineNr"> 93 </span> sandbox-right-margin:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">right:offset</span> -<span id="L94" class="LineNr"> 94 </span> _, _, _, _, _, _, delete-button-left:num <span class="Special"><-</span> <a href='005-sandbox.mu.html#L378'>sandbox-menu-columns</a> sandbox-left-margin, sandbox-right-margin +<span id="L94" class="LineNr"> 94 </span> _, _, _, _, _, _, delete-button-left:num <span class="Special"><-</span> <a href='005-sandbox.mu.html#L376'>sandbox-menu-columns</a> sandbox-left-margin, sandbox-right-margin <span id="L95" class="LineNr"> 95 </span> result <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L211'>within-range?</a> click-column, delete-button-left, sandbox-right-margin <span id="L96" class="LineNr"> 96 </span>] <span id="L97" class="LineNr"> 97 </span> |