diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-05-13 17:21:47 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-05-13 17:37:27 -0700 |
commit | 05a22c024d0ffe3382f94ccacec6718cb10ef78f (patch) | |
tree | d0f7893d0b7a67ce64b5eeefb63e5fcf2694f86c /html/edit/008-sandbox-edit.mu.html | |
parent | ef6116cbaf9368e490bfdec1c6404396ac161026 (diff) | |
download | mu-05a22c024d0ffe3382f94ccacec6718cb10ef78f.tar.gz |
3856
Bugfix on commit 3853: clear `render-all-on-no-more-events` once you've actually run the `render-all`.
Diffstat (limited to 'html/edit/008-sandbox-edit.mu.html')
-rw-r--r-- | html/edit/008-sandbox-edit.mu.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/edit/008-sandbox-edit.mu.html b/html/edit/008-sandbox-edit.mu.html index 29b9b889..4cfa706f 100644 --- a/html/edit/008-sandbox-edit.mu.html +++ b/html/edit/008-sandbox-edit.mu.html @@ -175,7 +175,7 @@ if ('onhashchange' in window) { <span id="L113" class="LineNr">113 </span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> edit? <span id="L114" class="LineNr">114 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L623'>hide-screen</a> <a href='../081print.mu.html#L4'>screen</a> <span id="L115" class="LineNr">115 </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#L123'>render</a> -<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L460'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env +<span id="L116" class="LineNr">116 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special"><-</span> <a href='004-programming-environment.mu.html#L461'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env <span id="L117" class="LineNr">117 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L631'>show-screen</a> <a href='../081print.mu.html#L4'>screen</a> <span id="L118" class="LineNr">118 </span> <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-event</span> <span id="L119" class="LineNr">119 </span> <span class="Delimiter">}</span> @@ -272,7 +272,7 @@ if ('onhashchange' in window) { <span id="L210" class="LineNr">210 </span> assume-resources [ <span id="L211" class="LineNr">211 </span> ] <span id="L212" class="LineNr">212 </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">[]</span> -<span id="L213" class="LineNr">213 </span> <a href='004-programming-environment.mu.html#L394'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L123'>render</a> +<span id="L213" class="LineNr">213 </span> <a href='004-programming-environment.mu.html#L395'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L123'>render</a> <span id="L214" class="LineNr">214 </span> <span class="Comment"># create 2 sandboxes and scroll to second</span> <span id="L215" class="LineNr">215 </span> assume-console [ <span id="L216" class="LineNr">216 </span> <span class="Conceal">¦</span> press ctrl-n @@ -321,7 +321,7 @@ if ('onhashchange' in window) { <span id="L259" class="LineNr">259 </span> assume-resources [ <span id="L260" class="LineNr">260 </span> ] <span id="L261" class="LineNr">261 </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">[]</span> -<span id="L262" class="LineNr">262 </span> <a href='004-programming-environment.mu.html#L394'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L123'>render</a> +<span id="L262" class="LineNr">262 </span> <a href='004-programming-environment.mu.html#L395'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L123'>render</a> <span id="L263" class="LineNr">263 </span> <span class="Comment"># create 2 sandboxes</span> <span id="L264" class="LineNr">264 </span> assume-console [ <span id="L265" class="LineNr">265 </span> <span class="Conceal">¦</span> press ctrl-n |