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-05-29 02:25:10 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-29 02:25:10 -0700
commit4945e77a58f3ab10069461e86e5e10c06e91e489 (patch)
tree2d5cb5200b34ec540f9916578e002c0e3cdb07ea /html/edit/005-sandbox.mu.html
parent284e5576495a946d60603b026bb5e27de356b9fd (diff)
downloadmu-4945e77a58f3ab10069461e86e5e10c06e91e489.tar.gz
3895
Diffstat (limited to 'html/edit/005-sandbox.mu.html')
-rw-r--r--html/edit/005-sandbox.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html
index 24eadd50..67744bcc 100644
--- a/html/edit/005-sandbox.mu.html
+++ b/html/edit/005-sandbox.mu.html
@@ -344,7 +344,7 @@ if ('onhashchange' in window) {
 <span id="L281" class="LineNr"> 281 </span>  <span class="Conceal">¦</span> row <span class="Special">&lt;-</span> add row,<span class="Constant"> 1</span>
 <span id="L282" class="LineNr"> 282 </span>  <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='../081print.mu.html#L573'>move-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, row, left
 <span id="L283" class="LineNr"> 283 </span>  <span class="Conceal">¦</span> sandbox-data:text <span class="Special">&lt;-</span> get *sandbox, <span class="Constant">data:offset</span>
-<span id="L284" class="LineNr"> 284 </span>  <span class="Conceal">¦</span> row, <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='003-shortcuts.mu.html#L1721'>render-code</a> <a href='../081print.mu.html#L4'>screen</a>, sandbox-data, left, right, row
+<span id="L284" class="LineNr"> 284 </span>  <span class="Conceal">¦</span> row, <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='003-shortcuts.mu.html#L1719'>render-code</a> <a href='../081print.mu.html#L4'>screen</a>, sandbox-data, left, right, row
 <span id="L285" class="LineNr"> 285 </span>  <span class="Conceal">¦</span> *sandbox <span class="Special">&lt;-</span> put *sandbox, <span class="Constant">code-ending-row-on-screen:offset</span>, row
 <span id="L286" class="LineNr"> 286 </span>  <span class="Conceal">¦</span> <span class="Comment"># render sandbox warnings, screen or response, in that order</span>
 <span id="L287" class="LineNr"> 287 </span>  <span class="Conceal">¦</span> sandbox-response:text <span class="Special">&lt;-</span> get *sandbox, <span class="Constant">response:offset</span>