about summary refs log tree commit diff stats
path: root/html/edit/010-sandbox-trace.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-04-13 22:26:25 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-04-13 22:26:25 -0700
commit987b630476eff43467905299d936c388f28d3fc6 (patch)
treed9e68d0974af66bb1a195ae094dcfaf47bd1a20d /html/edit/010-sandbox-trace.mu.html
parentf404eb55720ce5bcfe9e78b74933a0a2b69badef (diff)
downloadmu-987b630476eff43467905299d936c388f28d3fc6.tar.gz
3820
Diffstat (limited to 'html/edit/010-sandbox-trace.mu.html')
-rw-r--r--html/edit/010-sandbox-trace.mu.html2
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 e91dd4a4..a0aed43e 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">&lt;-</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">&lt;-</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">&lt;-</span> <a href='004-programming-environment.mu.html#L510'>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">&lt;-</span> <a href='004-programming-environment.mu.html#L500'>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> <span class="Comment"># no change in cursor</span>
 <span id="L207" class="LineNr">207 </span>  <span class="Conceal">¦</span> <a href='../081print.mu.html#L631'>show-screen</a> <a href='../081print.mu.html#L4'>screen</a>
 <span id="L208" class="LineNr">208 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-event</span>