diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-12-26 21:23:55 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-12-26 21:23:55 -0800 |
commit | fdfe34ded306526bd87568e50ac9a6e03c9c0594 (patch) | |
tree | ee2ae7e7ef788213397f8b74c3be2d79379d276d /html/edit/006-sandbox-copy.mu.html | |
parent | e932f72d36e7b9217ea2e12c12dbd8ed9ea4747b (diff) | |
download | mu-fdfe34ded306526bd87568e50ac9a6e03c9c0594.tar.gz |
3715
Fix cross-links in html for the edit/ app. I originally thought I'd need to provide a commandline flag like --rel-path or something. But we need to support different relative paths in a single html file. So the solution instead is appropriately engineering the tags file.
Diffstat (limited to 'html/edit/006-sandbox-copy.mu.html')
-rw-r--r-- | html/edit/006-sandbox-copy.mu.html | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/html/edit/006-sandbox-copy.mu.html b/html/edit/006-sandbox-copy.mu.html index afe578cf..43baf39f 100644 --- a/html/edit/006-sandbox-copy.mu.html +++ b/html/edit/006-sandbox-copy.mu.html @@ -66,12 +66,12 @@ if ('onhashchange' in window) { <span id="L8" class="LineNr"> 8 </span> <span class="Comment"># empty recipes</span> <span id="L9" class="LineNr"> 9 </span> assume-resources [ <span id="L10" class="LineNr"> 10 </span> ] -<span id="L11" class="LineNr"> 11 </span> env:&:environment <span class="Special"><-</span> new-programming-environment <a href='088file.mu.html#L11'>resources</a>, <a href='081print.mu.html#L4'>screen</a>, <span class="Constant">[add 1, 1]</span> <span class="Comment"># contents of sandbox editor</span> +<span id="L11" class="LineNr"> 11 </span> env:&:environment <span class="Special"><-</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">[add 1, 1]</span> <span class="Comment"># contents of sandbox editor</span> <span id="L12" class="LineNr"> 12 </span> <span class="Comment"># run it</span> <span id="L13" class="LineNr"> 13 </span> assume-console [ <span id="L14" class="LineNr"> 14 </span> press F4 <span id="L15" class="LineNr"> 15 </span> ] -<span id="L16" class="LineNr"> 16 </span> event-loop <a href='081print.mu.html#L4'>screen</a>, <a href='084console.mu.html#L23'>console</a>, env, <a href='088file.mu.html#L11'>resources</a> +<span id="L16" class="LineNr"> 16 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> <span id="L17" class="LineNr"> 17 </span> screen-should-contain [ <span id="L18" class="LineNr"> 18 </span> <span class="Constant"> . run (F4) .</span> <span id="L19" class="LineNr"> 19 </span> <span class="Constant"> . ╎ .</span> @@ -87,7 +87,7 @@ if ('onhashchange' in window) { <span id="L29" class="LineNr"> 29 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 69</span> <span id="L30" class="LineNr"> 30 </span> ] <span id="L31" class="LineNr"> 31 </span> run [ -<span id="L32" class="LineNr"> 32 </span> event-loop <a href='081print.mu.html#L4'>screen</a>, <a href='084console.mu.html#L23'>console</a>, env, <a href='088file.mu.html#L11'>resources</a> +<span id="L32" class="LineNr"> 32 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> <span id="L33" class="LineNr"> 33 </span> ] <span id="L34" class="LineNr"> 34 </span> <span class="Comment"># it copies into editor</span> <span id="L35" class="LineNr"> 35 </span> screen-should-contain [ @@ -105,7 +105,7 @@ if ('onhashchange' in window) { <span id="L47" class="LineNr"> 47 </span> type <span class="Constant">[0]</span> <span id="L48" class="LineNr"> 48 </span> ] <span id="L49" class="LineNr"> 49 </span> run [ -<span id="L50" class="LineNr"> 50 </span> event-loop <a href='081print.mu.html#L4'>screen</a>, <a href='084console.mu.html#L23'>console</a>, env, <a href='088file.mu.html#L11'>resources</a> +<span id="L50" class="LineNr"> 50 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> <span id="L51" class="LineNr"> 51 </span> ] <span id="L52" class="LineNr"> 52 </span> screen-should-contain [ <span id="L53" class="LineNr"> 53 </span> <span class="Constant"> . run (F4) .</span> @@ -126,12 +126,12 @@ if ('onhashchange' in window) { <span id="L68" class="LineNr"> 68 </span> <span class="Comment"># empty recipes</span> <span id="L69" class="LineNr"> 69 </span> assume-resources [ <span id="L70" class="LineNr"> 70 </span> ] -<span id="L71" class="LineNr"> 71 </span> env:&:environment <span class="Special"><-</span> new-programming-environment <a href='088file.mu.html#L11'>resources</a>, <a href='081print.mu.html#L4'>screen</a>, <span class="Constant">[add 1, 1]</span> <span class="Comment"># contents of sandbox editor</span> +<span id="L71" class="LineNr"> 71 </span> env:&:environment <span class="Special"><-</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">[add 1, 1]</span> <span class="Comment"># contents of sandbox editor</span> <span id="L72" class="LineNr"> 72 </span> <span class="Comment"># run it</span> <span id="L73" class="LineNr"> 73 </span> assume-console [ <span id="L74" class="LineNr"> 74 </span> press F4 <span id="L75" class="LineNr"> 75 </span> ] -<span id="L76" class="LineNr"> 76 </span> event-loop <a href='081print.mu.html#L4'>screen</a>, <a href='084console.mu.html#L23'>console</a>, env, <a href='088file.mu.html#L11'>resources</a> +<span id="L76" class="LineNr"> 76 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> <span id="L77" class="LineNr"> 77 </span> screen-should-contain [ <span id="L78" class="LineNr"> 78 </span> <span class="Constant"> . run (F4) .</span> <span id="L79" class="LineNr"> 79 </span> <span class="Constant"> . ╎ .</span> @@ -147,7 +147,7 @@ if ('onhashchange' in window) { <span id="L89" class="LineNr"> 89 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 84</span> <span id="L90" class="LineNr"> 90 </span> ] <span id="L91" class="LineNr"> 91 </span> run [ -<span id="L92" class="LineNr"> 92 </span> event-loop <a href='081print.mu.html#L4'>screen</a>, <a href='084console.mu.html#L23'>console</a>, env, <a href='088file.mu.html#L11'>resources</a> +<span id="L92" class="LineNr"> 92 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> <span id="L93" class="LineNr"> 93 </span> ] <span id="L94" class="LineNr"> 94 </span> <span class="Comment"># it copies into editor</span> <span id="L95" class="LineNr"> 95 </span> screen-should-contain [ @@ -165,7 +165,7 @@ if ('onhashchange' in window) { <span id="L107" class="LineNr">107 </span> type <span class="Constant">[0]</span> <span id="L108" class="LineNr">108 </span> ] <span id="L109" class="LineNr">109 </span> run [ -<span id="L110" class="LineNr">110 </span> event-loop <a href='081print.mu.html#L4'>screen</a>, <a href='084console.mu.html#L23'>console</a>, env, <a href='088file.mu.html#L11'>resources</a> +<span id="L110" class="LineNr">110 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> <span id="L111" class="LineNr">111 </span> ] <span id="L112" class="LineNr">112 </span> screen-should-contain [ <span id="L113" class="LineNr">113 </span> <span class="Constant"> . run (F4) .</span> @@ -182,55 +182,55 @@ if ('onhashchange' in window) { <span id="L124" class="LineNr">124 </span><span class="muRecipe">after</span> <span class="Constant"><global-touch></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> copy?:bool <span class="Special"><-</span> should-attempt-copy? click-row, click-column, env +<span id="L127" class="LineNr">127 </span> copy?:bool <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L140'>should-attempt-copy?</a> click-row, click-column, env <span id="L128" class="LineNr">128 </span> <span class="muControl">break-unless</span> copy? -<span id="L129" class="LineNr">129 </span> copy?, env <span class="Special"><-</span> try-copy-sandbox click-row, env +<span id="L129" class="LineNr">129 </span> copy?, env <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L159'>try-copy-sandbox</a> click-row, env <span id="L130" class="LineNr">130 </span> <span class="muControl">break-unless</span> copy? -<span id="L131" class="LineNr">131 </span> <a href='081print.mu.html#L623'>hide-screen</a> <a href='081print.mu.html#L4'>screen</a> -<span id="L132" class="LineNr">132 </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, render -<span id="L133" class="LineNr">133 </span> <a href='081print.mu.html#L4'>screen</a> <span class="Special"><-</span> update-cursor <a href='081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env -<span id="L134" class="LineNr">134 </span> <a href='081print.mu.html#L631'>show-screen</a> <a href='081print.mu.html#L4'>screen</a> +<span id="L131" class="LineNr">131 </span> <a href='../081print.mu.html#L623'>hide-screen</a> <a href='../081print.mu.html#L4'>screen</a> +<span id="L132" class="LineNr">132 </span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L496'>render-sandbox-side</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L122'>render</a> +<span id="L133" class="LineNr">133 </span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L511'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L134" class="LineNr">134 </span> <a href='../081print.mu.html#L631'>show-screen</a> <a href='../081print.mu.html#L4'>screen</a> <span id="L135" class="LineNr">135 </span> <span class="muControl">loop</span> <span class="Constant">+next-event</span> <span id="L136" class="LineNr">136 </span> <span class="Delimiter">}</span> <span id="L137" class="LineNr">137 </span>] <span id="L138" class="LineNr">138 </span> <span id="L139" class="LineNr">139 </span><span class="Comment"># some preconditions for attempting to copy a sandbox</span> -<span id="L140" class="LineNr">140 </span><span class="muRecipe">def</span> should-attempt-copy? click-row:num, click-column:num, env:&:environment<span class="muRecipe"> -> </span>result:bool [ +<span id="L140" class="LineNr">140 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L140'>should-attempt-copy?</a> click-row:num, click-column:num, env:&:environment<span class="muRecipe"> -> </span>result:bool [ <span id="L141" class="LineNr">141 </span> <span class="Constant">local-scope</span> <span id="L142" class="LineNr">142 </span> <span class="Constant">load-ingredients</span> <span id="L143" class="LineNr">143 </span> <span class="Comment"># are we below the sandbox editor?</span> -<span id="L144" class="LineNr">144 </span> click-sandbox-area?:bool <span class="Special"><-</span> click-on-sandbox-area? click-row, click-column, env +<span id="L144" class="LineNr">144 </span> click-sandbox-area?:bool <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L190'>click-on-sandbox-area?</a> click-row, click-column, env <span id="L145" class="LineNr">145 </span> <span class="muControl">return-unless</span> click-sandbox-area?, <span class="Constant">0/false</span> <span id="L146" class="LineNr">146 </span> <span class="Comment"># narrower, is the click in the columns spanning the 'copy' button?</span> <span id="L147" class="LineNr">147 </span> first-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> <span id="L148" class="LineNr">148 </span> assert first-sandbox, <span class="Constant">[!!]</span> <span id="L149" class="LineNr">149 </span> sandbox-left-margin:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">left:offset</span> <span id="L150" class="LineNr">150 </span> sandbox-right-margin:num <span class="Special"><-</span> get *first-sandbox, <span class="Constant">right:offset</span> -<span id="L151" class="LineNr">151 </span> _, _, copy-button-left:num, copy-button-right:num, _ <span class="Special"><-</span> sandbox-menu-columns sandbox-left-margin, sandbox-right-margin -<span id="L152" class="LineNr">152 </span> copy-button-vertical-area?:bool <span class="Special"><-</span> within-range? click-column, copy-button-left, copy-button-right +<span id="L151" class="LineNr">151 </span> _, _, copy-button-left:num, copy-button-right:num, _ <span class="Special"><-</span> <a href='005-sandbox.mu.html#L339'>sandbox-menu-columns</a> sandbox-left-margin, sandbox-right-margin +<span id="L152" class="LineNr">152 </span> copy-button-vertical-area?:bool <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L211'>within-range?</a> click-column, copy-button-left, copy-button-right <span id="L153" class="LineNr">153 </span> <span class="muControl">return-unless</span> copy-button-vertical-area?, <span class="Constant">0/false</span> <span id="L154" class="LineNr">154 </span> <span class="Comment"># finally, is sandbox editor empty?</span> <span id="L155" class="LineNr">155 </span> current-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> -<span id="L156" class="LineNr">156 </span> result <span class="Special"><-</span> empty-editor? current-sandbox +<span id="L156" class="LineNr">156 </span> result <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L203'>empty-editor?</a> current-sandbox <span id="L157" class="LineNr">157 </span>] <span id="L158" class="LineNr">158 </span> -<span id="L159" class="LineNr">159 </span><span class="muRecipe">def</span> try-copy-sandbox click-row:num, env:&:environment<span class="muRecipe"> -> </span>clicked-on-copy-button?:bool, env:&:environment [ +<span id="L159" class="LineNr">159 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L159'>try-copy-sandbox</a> click-row:num, env:&:environment<span class="muRecipe"> -> </span>clicked-on-copy-button?:bool, env:&:environment [ <span id="L160" class="LineNr">160 </span> <span class="Constant">local-scope</span> <span id="L161" class="LineNr">161 </span> <span class="Constant">load-ingredients</span> <span id="L162" class="LineNr">162 </span> <span class="Comment"># identify the sandbox to copy, if the click was actually on the 'copy' button</span> -<span id="L163" class="LineNr">163 </span> sandbox:&:sandbox <span class="Special"><-</span> find-sandbox env, click-row +<span id="L163" class="LineNr">163 </span> sandbox:&:sandbox <span class="Special"><-</span> <a href='006-sandbox-copy.mu.html#L175'>find-sandbox</a> env, click-row <span id="L164" class="LineNr">164 </span> <span class="muControl">return-unless</span> sandbox, <span class="Constant">0/false</span> <span id="L165" class="LineNr">165 </span> clicked-on-copy-button? <span class="Special"><-</span> copy <span class="Constant">1/true</span> <span id="L166" class="LineNr">166 </span> text:text <span class="Special"><-</span> get *sandbox, <span class="Constant">data:offset</span> <span id="L167" class="LineNr">167 </span> current-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> -<span id="L168" class="LineNr">168 </span> current-sandbox <span class="Special"><-</span> insert-text current-sandbox, text +<span id="L168" class="LineNr">168 </span> current-sandbox <span class="Special"><-</span> <a href='001-editor.mu.html#L72'>insert-text</a> current-sandbox, text <span id="L169" class="LineNr">169 </span> <span class="Comment"># reset scroll</span> <span id="L170" class="LineNr">170 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">render-from:offset</span>,<span class="Constant"> -1</span> <span id="L171" class="LineNr">171 </span> <span class="Comment"># position cursor in sandbox editor</span> <span id="L172" class="LineNr">172 </span> *env <span class="Special"><-</span> put *env, <span class="Constant">sandbox-in-focus?:offset</span>, <span class="Constant">1/true</span> <span id="L173" class="LineNr">173 </span>] <span id="L174" class="LineNr">174 </span> -<span id="L175" class="LineNr">175 </span><span class="muRecipe">def</span> find-sandbox env:&:environment, click-row:num<span class="muRecipe"> -> </span>result:&:sandbox [ +<span id="L175" class="LineNr">175 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L175'>find-sandbox</a> env:&:environment, click-row:num<span class="muRecipe"> -> </span>result:&:sandbox [ <span id="L176" class="LineNr">176 </span> <span class="Constant">local-scope</span> <span id="L177" class="LineNr">177 </span> <span class="Constant">load-ingredients</span> <span id="L178" class="LineNr">178 </span> curr-sandbox:&:sandbox <span class="Special"><-</span> get *env, <span class="Constant">sandbox:offset</span> @@ -245,7 +245,7 @@ if ('onhashchange' in window) { <span id="L187" class="LineNr">187 </span> <span class="muControl">return</span> <span class="Constant">0/not-found</span> <span id="L188" class="LineNr">188 </span>] <span id="L189" class="LineNr">189 </span> -<span id="L190" class="LineNr">190 </span><span class="muRecipe">def</span> click-on-sandbox-area? click-row:num, click-column:num, env:&:environment<span class="muRecipe"> -> </span>result:bool [ +<span id="L190" class="LineNr">190 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L190'>click-on-sandbox-area?</a> click-row:num, click-column:num, env:&:environment<span class="muRecipe"> -> </span>result:bool [ <span id="L191" class="LineNr">191 </span> <span class="Constant">local-scope</span> <span id="L192" class="LineNr">192 </span> <span class="Constant">load-ingredients</span> <span id="L193" class="LineNr">193 </span> current-sandbox:&:editor <span class="Special"><-</span> get *env, <span class="Constant">current-sandbox:offset</span> @@ -258,15 +258,15 @@ if ('onhashchange' in window) { <span id="L200" class="LineNr">200 </span> result <span class="Special"><-</span> greater-or-equal click-row, first-sandbox-begins <span id="L201" class="LineNr">201 </span>] <span id="L202" class="LineNr">202 </span> -<span id="L203" class="LineNr">203 </span><span class="muRecipe">def</span> empty-editor? editor:&:editor<span class="muRecipe"> -> </span>result:bool [ +<span id="L203" class="LineNr">203 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L203'>empty-editor?</a> editor:&:editor<span class="muRecipe"> -> </span>result:bool [ <span id="L204" class="LineNr">204 </span> <span class="Constant">local-scope</span> <span id="L205" class="LineNr">205 </span> <span class="Constant">load-ingredients</span> <span id="L206" class="LineNr">206 </span> head:&:duplex-list:char <span class="Special"><-</span> get *editor, <span class="Constant">data:offset</span> -<span id="L207" class="LineNr">207 </span> first:&:duplex-list:char <span class="Special"><-</span> <a href='065duplex_list.mu.html#L29'>next</a> head +<span id="L207" class="LineNr">207 </span> first:&:duplex-list:char <span class="Special"><-</span> <a href='../065duplex_list.mu.html#L29'>next</a> head <span id="L208" class="LineNr">208 </span> result <span class="Special"><-</span> not first <span id="L209" class="LineNr">209 </span>] <span id="L210" class="LineNr">210 </span> -<span id="L211" class="LineNr">211 </span><span class="muRecipe">def</span> within-range? x:num, low:num, high:num<span class="muRecipe"> -> </span>result:bool [ +<span id="L211" class="LineNr">211 </span><span class="muRecipe">def</span> <a href='006-sandbox-copy.mu.html#L211'>within-range?</a> x:num, low:num, high:num<span class="muRecipe"> -> </span>result:bool [ <span id="L212" class="LineNr">212 </span> <span class="Constant">local-scope</span> <span id="L213" class="LineNr">213 </span> <span class="Constant">load-ingredients</span> <span id="L214" class="LineNr">214 </span> not-too-far-left?:bool <span class="Special"><-</span> greater-or-equal x, low @@ -281,12 +281,12 @@ if ('onhashchange' in window) { <span id="L223" class="LineNr">223 </span> <span class="Comment"># empty recipes</span> <span id="L224" class="LineNr">224 </span> assume-resources [ <span id="L225" class="LineNr">225 </span> ] -<span id="L226" class="LineNr">226 </span> env:&:environment <span class="Special"><-</span> new-programming-environment <a href='088file.mu.html#L11'>resources</a>, <a href='081print.mu.html#L4'>screen</a>, <span class="Constant">[add 1, 1]</span> <span class="Comment"># contents of sandbox editor</span> +<span id="L226" class="LineNr">226 </span> env:&:environment <span class="Special"><-</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">[add 1, 1]</span> <span class="Comment"># contents of sandbox editor</span> <span id="L227" class="LineNr">227 </span> <span class="Comment"># run it</span> <span id="L228" class="LineNr">228 </span> assume-console [ <span id="L229" class="LineNr">229 </span> press F4 <span id="L230" class="LineNr">230 </span> ] -<span id="L231" class="LineNr">231 </span> event-loop <a href='081print.mu.html#L4'>screen</a>, <a href='084console.mu.html#L23'>console</a>, env, <a href='088file.mu.html#L11'>resources</a> +<span id="L231" class="LineNr">231 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> <span id="L232" class="LineNr">232 </span> screen-should-contain [ <span id="L233" class="LineNr">233 </span> <span class="Constant"> . run (F4) .</span> <span id="L234" class="LineNr">234 </span> <span class="Constant"> . ╎ .</span> @@ -304,7 +304,7 @@ if ('onhashchange' in window) { <span id="L246" class="LineNr">246 </span> left-click<span class="Constant"> 3</span>,<span class="Constant"> 70</span> <span class="Comment"># click 'copy' button</span> <span id="L247" class="LineNr">247 </span> ] <span id="L248" class="LineNr">248 </span> run [ -<span id="L249" class="LineNr">249 </span> event-loop <a href='081print.mu.html#L4'>screen</a>, <a href='084console.mu.html#L23'>console</a>, env, <a href='088file.mu.html#L11'>resources</a> +<span id="L249" class="LineNr">249 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> <span id="L250" class="LineNr">250 </span> ] <span id="L251" class="LineNr">251 </span> <span class="Comment"># copy doesn't happen</span> <span id="L252" class="LineNr">252 </span> screen-should-contain [ @@ -322,7 +322,7 @@ if ('onhashchange' in window) { <span id="L264" class="LineNr">264 </span> type <span class="Constant">[1]</span> <span id="L265" class="LineNr">265 </span> ] <span id="L266" class="LineNr">266 </span> run [ -<span id="L267" class="LineNr">267 </span> event-loop <a href='081print.mu.html#L4'>screen</a>, <a href='084console.mu.html#L23'>console</a>, env, <a href='088file.mu.html#L11'>resources</a> +<span id="L267" class="LineNr">267 </span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a> <span id="L268" class="LineNr">268 </span> ] <span id="L269" class="LineNr">269 </span> screen-should-contain [ <span id="L270" class="LineNr">270 </span> <span class="Constant"> . run (F4) .</span> |