diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-05-29 02:25:10 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-05-29 02:25:10 -0700 |
commit | 4945e77a58f3ab10069461e86e5e10c06e91e489 (patch) | |
tree | 2d5cb5200b34ec540f9916578e002c0e3cdb07ea /html/edit/005-sandbox.mu.html | |
parent | 284e5576495a946d60603b026bb5e27de356b9fd (diff) | |
download | mu-4945e77a58f3ab10069461e86e5e10c06e91e489.tar.gz |
3895
Diffstat (limited to 'html/edit/005-sandbox.mu.html')
-rw-r--r-- | html/edit/005-sandbox.mu.html | 2 |
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"><-</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"><-</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"><-</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"><-</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"><-</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"><-</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"><-</span> get *sandbox, <span class="Constant">response:offset</span> |