about summary refs log tree commit diff stats
path: root/html/edit/005-sandbox.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-06-19 14:42:33 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-06-19 14:42:33 -0700
commita59f20f8669c7bdd21166e918bd74493e46c0400 (patch)
treea3b766add58100ddf1f679e0f53c71437dcbf3b4 /html/edit/005-sandbox.mu.html
parent1c2d788b454670bf8fa1cb65c6251a8ff6ddcaf7 (diff)
downloadmu-a59f20f8669c7bdd21166e918bd74493e46c0400.tar.gz
3928
Diffstat (limited to 'html/edit/005-sandbox.mu.html')
-rw-r--r--html/edit/005-sandbox.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html
index 8e6eed32..69953a33 100644
--- a/html/edit/005-sandbox.mu.html
+++ b/html/edit/005-sandbox.mu.html
@@ -324,7 +324,7 @@ if ('onhashchange' in window) {
 <span id="L261" class="LineNr"> 261 </span>  <span class="Conceal">¦</span> row <span class="Special">&lt;-</span> add row,<span class="Constant"> 1</span>
 <span id="L262" class="LineNr"> 262 </span>  <span class="Delimiter">}</span>
 <span id="L263" class="LineNr"> 263 </span>  <span class="Comment"># render sandboxes</span>
-<span id="L264" class="LineNr"> 264 </span>  <a href='002-typing.mu.html#L1115'>draw-horizontal</a> <a href='../081print.mu.html#L4'>screen</a>, row, left, right
+<span id="L264" class="LineNr"> 264 </span>  <a href='002-typing.mu.html#L1116'>draw-horizontal</a> <a href='../081print.mu.html#L4'>screen</a>, row, left, right
 <span id="L265" class="LineNr"> 265 </span>  sandbox:&amp;:sandbox <span class="Special">&lt;-</span> get *env, <span class="Constant">sandbox:offset</span>
 <span id="L266" class="LineNr"> 266 </span>  row, <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='005-sandbox.mu.html#L270'>render-sandboxes</a> <a href='../081print.mu.html#L4'>screen</a>, sandbox, left, right, row, render-from
 <span id="L267" class="LineNr"> 267 </span>  <a href='001-editor.mu.html#L222'>clear-rest-of-screen</a> <a href='../081print.mu.html#L4'>screen</a>, row, left, right
@@ -370,7 +370,7 @@ if ('onhashchange' in window) {
 <span id="L307" class="LineNr"> 307 </span>  <span class="Conceal">¦</span> at-bottom?:bool <span class="Special">&lt;-</span> greater-or-equal row, <a href='../081print.mu.html#L748'>screen-height</a>
 <span id="L308" class="LineNr"> 308 </span>  <span class="Conceal">¦</span> <span class="muControl">return-if</span> at-bottom?
 <span id="L309" class="LineNr"> 309 </span>  <span class="Conceal">¦</span> <span class="Comment"># draw solid line after sandbox</span>
-<span id="L310" class="LineNr"> 310 </span>  <span class="Conceal">¦</span> <a href='002-typing.mu.html#L1115'>draw-horizontal</a> <a href='../081print.mu.html#L4'>screen</a>, row, left, right
+<span id="L310" class="LineNr"> 310 </span>  <span class="Conceal">¦</span> <a href='002-typing.mu.html#L1116'>draw-horizontal</a> <a href='../081print.mu.html#L4'>screen</a>, row, left, right
 <span id="L311" class="LineNr"> 311 </span>  <span class="Delimiter">}</span>
 <span id="L312" class="LineNr"> 312 </span>  <span class="Comment"># if hidden, reset row attributes</span>
 <span id="L313" class="LineNr"> 313 </span>  <span class="Delimiter">{</span>