about summary refs log tree commit diff stats
path: root/html/edit/008-sandbox-edit.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-01-11 09:40:41 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-01-11 09:40:41 -0800
commit717d6cddc1464df9744a37056016b9f4230ab650 (patch)
tree5ce6be0dd5949c667738c37976716f4c04e1b1c6 /html/edit/008-sandbox-edit.mu.html
parent12712a40ed7441c7238da5e87438bc7e8b01f91a (diff)
downloadmu-717d6cddc1464df9744a37056016b9f4230ab650.tar.gz
3732
Diffstat (limited to 'html/edit/008-sandbox-edit.mu.html')
-rw-r--r--html/edit/008-sandbox-edit.mu.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/edit/008-sandbox-edit.mu.html b/html/edit/008-sandbox-edit.mu.html
index 70f0141f..a7482e8a 100644
--- a/html/edit/008-sandbox-edit.mu.html
+++ b/html/edit/008-sandbox-edit.mu.html
@@ -172,7 +172,7 @@ if ('onhashchange' in window) {
 <span id="L112" class="LineNr">112 </span>    edit?, env <span class="Special">&lt;-</span> <a href='008-sandbox-edit.mu.html#L142'>try-edit-sandbox</a> click-row, env
 <span id="L113" class="LineNr">113 </span>    <span class="muControl">break-unless</span> edit?
 <span id="L114" class="LineNr">114 </span>    <a href='../081print.mu.html#L623'>hide-screen</a> <a href='../081print.mu.html#L4'>screen</a>
-<span id="L115" class="LineNr">115 </span>    <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L496'>render-sandbox-side</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L122'>render</a>
+<span id="L115" class="LineNr">115 </span>    <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L496'>render-sandbox-side</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L123'>render</a>
 <span id="L116" class="LineNr">116 </span>    <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L511'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env
 <span id="L117" class="LineNr">117 </span>    <a href='../081print.mu.html#L631'>show-screen</a> <a href='../081print.mu.html#L4'>screen</a>
 <span id="L118" class="LineNr">118 </span>    <span class="muControl">loop</span> <span class="Constant">+next-event</span>
@@ -209,7 +209,7 @@ if ('onhashchange' in window) {
 <span id="L149" class="LineNr">149 </span>  <span class="Comment"># 'edit' button = 'copy' button + 'delete' button</span>
 <span id="L150" class="LineNr">150 </span>  text:text <span class="Special">&lt;-</span> get *sandbox, <span class="Constant">data:offset</span>
 <span id="L151" class="LineNr">151 </span>  current-sandbox:&amp;:editor <span class="Special">&lt;-</span> get *env, <span class="Constant">current-sandbox:offset</span>
-<span id="L152" class="LineNr">152 </span>  current-sandbox <span class="Special">&lt;-</span> <a href='001-editor.mu.html#L72'>insert-text</a> current-sandbox, text
+<span id="L152" class="LineNr">152 </span>  current-sandbox <span class="Special">&lt;-</span> <a href='001-editor.mu.html#L73'>insert-text</a> current-sandbox, text
 <span id="L153" class="LineNr">153 </span>  env <span class="Special">&lt;-</span> <a href='007-sandbox-delete.mu.html#L109'>delete-sandbox</a> env, sandbox
 <span id="L154" class="LineNr">154 </span>  <span class="Comment"># reset scroll</span>
 <span id="L155" class="LineNr">155 </span>  *env <span class="Special">&lt;-</span> put *env, <span class="Constant">render-from:offset</span>,<span class="Constant"> -1</span>
@@ -270,7 +270,7 @@ if ('onhashchange' in window) {
 <span id="L210" class="LineNr">210 </span>  assume-resources [
 <span id="L211" class="LineNr">211 </span>  ]
 <span id="L212" class="LineNr">212 </span>  env:&amp;:environment <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>, <span class="Constant">[]</span>
-<span id="L213" class="LineNr">213 </span>  <a href='004-programming-environment.mu.html#L445'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L122'>render</a>
+<span id="L213" class="LineNr">213 </span>  <a href='004-programming-environment.mu.html#L445'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L123'>render</a>
 <span id="L214" class="LineNr">214 </span>  <span class="Comment"># create 2 sandboxes and scroll to second</span>
 <span id="L215" class="LineNr">215 </span>  assume-console [
 <span id="L216" class="LineNr">216 </span>    press ctrl-n
@@ -319,7 +319,7 @@ if ('onhashchange' in window) {
 <span id="L259" class="LineNr">259 </span>  assume-resources [
 <span id="L260" class="LineNr">260 </span>  ]
 <span id="L261" class="LineNr">261 </span>  env:&amp;:environment <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L21'>new-programming-environment</a> <a href='../088file.mu.html#L11'>resources</a>, <a href='../081print.mu.html#L4'>screen</a>, <span class="Constant">[]</span>
-<span id="L262" class="LineNr">262 </span>  <a href='004-programming-environment.mu.html#L445'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L122'>render</a>
+<span id="L262" class="LineNr">262 </span>  <a href='004-programming-environment.mu.html#L445'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L123'>render</a>
 <span id="L263" class="LineNr">263 </span>  <span class="Comment"># create 2 sandboxes</span>
 <span id="L264" class="LineNr">264 </span>  assume-console [
 <span id="L265" class="LineNr">265 </span>    press ctrl-n