diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-05-06 15:03:13 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-05-06 15:03:13 -0700 |
commit | 996ce5f101e597cf70bda0864f964b356a1005a3 (patch) | |
tree | 0b5437e561ac14ad27358401820fc5cd9b3e5193 /html/edit/006-sandbox-copy.mu.html | |
parent | dc0e767cf5130461a6aa58774d1016ec3934396b (diff) | |
download | mu-996ce5f101e597cf70bda0864f964b356a1005a3.tar.gz |
3845
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 61a06072..d7d3192a 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#L76'><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#L121'>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#L495'>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#L446'>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>] |