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/010-sandbox-trace.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/010-sandbox-trace.mu.html')
-rw-r--r-- | html/edit/010-sandbox-trace.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/010-sandbox-trace.mu.html b/html/edit/010-sandbox-trace.mu.html index c1950605..694376d6 100644 --- a/html/edit/010-sandbox-trace.mu.html +++ b/html/edit/010-sandbox-trace.mu.html @@ -265,7 +265,7 @@ if ('onhashchange' in window) { <span id="L202" class="LineNr">202 </span> <span class="Conceal">¦</span> *sandbox <span class="Special"><-</span> put *sandbox, <span class="Constant">display-trace?:offset</span>, x <span id="L203" class="LineNr">203 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L623'>hide-screen</a> <a href='../081print.mu.html#L4'>screen</a> <span id="L204" class="LineNr">204 </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="L205" class="LineNr">205 </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="L205" class="LineNr">205 </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="L206" class="LineNr">206 </span> <span class="Conceal">¦</span> <a href='../081print.mu.html#L631'>show-screen</a> <a href='../081print.mu.html#L4'>screen</a> <span id="L207" class="LineNr">207 </span> <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-event</span> <span id="L208" class="LineNr">208 </span> <span class="Delimiter">}</span> |