diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-05-20 01:27:02 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-05-20 01:27:02 -0700 |
commit | 53251357c969c3ae7bb3a17b5e55114e69f0e85d (patch) | |
tree | 71508c98e76a0f6ba64733822eb01c2e094a9007 /html/edit/006-sandbox-copy.mu.html | |
parent | 27bd7e76a245397170ad618337cfc1dc49851061 (diff) | |
download | mu-53251357c969c3ae7bb3a17b5e55114e69f0e85d.tar.gz |
3870 - seldom draw both sides of edit/
Diffstat (limited to 'html/edit/006-sandbox-copy.mu.html')
-rw-r--r-- | html/edit/006-sandbox-copy.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/edit/006-sandbox-copy.mu.html b/html/edit/006-sandbox-copy.mu.html index b3ec8b4d..688c496b 100644 --- a/html/edit/006-sandbox-copy.mu.html +++ b/html/edit/006-sandbox-copy.mu.html @@ -183,7 +183,7 @@ if ('onhashchange' in window) { <span id="L121" class="LineNr">121 </span> ] <span id="L122" class="LineNr">122 </span>] <span id="L123" class="LineNr">123 </span> -<span id="L124" class="LineNr">124 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L80'><global-touch></a></span> [ +<span id="L124" class="LineNr">124 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L81'><global-touch></a></span> [ <span id="L125" class="LineNr">125 </span> <span class="Comment"># support 'copy' button</span> <span id="L126" class="LineNr">126 </span> <span class="Delimiter">{</span> <span id="L127" class="LineNr">127 </span> <span class="Conceal">¦</span> copy?:bool <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L138'>should-attempt-copy?</a> click-row, click-column, env @@ -191,7 +191,7 @@ if ('onhashchange' in window) { <span id="L129" class="LineNr">129 </span> <span class="Conceal">¦</span> copy?, env <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L157'>try-copy-sandbox</a> click-row, env <span id="L130" class="LineNr">130 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> copy? <span id="L131" class="LineNr">131 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special"><-</span> render-sandbox-side <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L122'>render</a> -<span id="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special"><-</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="L132" class="LineNr">132 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special"><-</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="L133" class="LineNr">133 </span> <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-event</span> <span id="L134" class="LineNr">134 </span> <span class="Delimiter">}</span> <span id="L135" class="LineNr">135 </span>] |