about summary refs log tree commit diff stats
path: root/html/edit/008-sandbox-edit.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/edit/008-sandbox-edit.mu.html')
-rw-r--r--html/edit/008-sandbox-edit.mu.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/html/edit/008-sandbox-edit.mu.html b/html/edit/008-sandbox-edit.mu.html
index 851a9701..49a33647 100644
--- a/html/edit/008-sandbox-edit.mu.html
+++ b/html/edit/008-sandbox-edit.mu.html
@@ -70,7 +70,7 @@ if ('onhashchange' in window) {
 <span id="L8" class="LineNr">  8 </span>  assume-resources [
 <span id="L9" class="LineNr">  9 </span>  ]
 <span id="L10" class="LineNr"> 10 </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">[add 2, 2]</span>
-<span id="L11" class="LineNr"> 11 </span>  <a href='004-programming-environment.mu.html#L400'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
+<span id="L11" class="LineNr"> 11 </span>  <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
 <span id="L12" class="LineNr"> 12 </span>  <span class="Comment"># run it</span>
 <span id="L13" class="LineNr"> 13 </span>  assume-console [
 <span id="L14" class="LineNr"> 14 </span>  <span class="Conceal">¦</span> press F4
@@ -123,7 +123,7 @@ if ('onhashchange' in window) {
 <span id="L61" class="LineNr"> 61 </span>  assume-resources [
 <span id="L62" class="LineNr"> 62 </span>  ]
 <span id="L63" class="LineNr"> 63 </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">[add 2, 2]</span>
-<span id="L64" class="LineNr"> 64 </span>  <a href='004-programming-environment.mu.html#L400'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
+<span id="L64" class="LineNr"> 64 </span>  <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
 <span id="L65" class="LineNr"> 65 </span>  <span class="Comment"># run it</span>
 <span id="L66" class="LineNr"> 66 </span>  assume-console [
 <span id="L67" class="LineNr"> 67 </span>  <span class="Conceal">¦</span> press F4
@@ -176,7 +176,7 @@ if ('onhashchange' in window) {
 <span id="L114" class="LineNr">114 </span>  <span class="Conceal">¦</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="L115" class="LineNr">115 </span>  <span class="Conceal">¦</span> <span class="muControl">break-unless</span> edit?
 <span id="L116" class="LineNr">116 </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#L107'>render</a>
-<span id="L117" class="LineNr">117 </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#L467'>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>  <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L469'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env
 <span id="L118" class="LineNr">118 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-event</span>
 <span id="L119" class="LineNr">119 </span>  <span class="Delimiter">}</span>
 <span id="L120" class="LineNr">120 </span>]
@@ -228,7 +228,7 @@ if ('onhashchange' in window) {
 <span id="L166" class="LineNr">166 </span>  ]
 <span id="L167" class="LineNr">167 </span>  <span class="Comment"># right editor contains a print instruction</span>
 <span id="L168" class="LineNr">168 </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">[print <a href='../081print.mu.html#L4'>screen</a>, 4]</span>
-<span id="L169" class="LineNr">169 </span>  <a href='004-programming-environment.mu.html#L400'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
+<span id="L169" class="LineNr">169 </span>  <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
 <span id="L170" class="LineNr">170 </span>  <span class="Comment"># run the sandbox</span>
 <span id="L171" class="LineNr">171 </span>  assume-console [
 <span id="L172" class="LineNr">172 </span>  <span class="Conceal">¦</span> press F4
@@ -273,7 +273,7 @@ if ('onhashchange' in window) {
 <span id="L211" class="LineNr">211 </span>  assume-resources [
 <span id="L212" class="LineNr">212 </span>  ]
 <span id="L213" class="LineNr">213 </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="L214" class="LineNr">214 </span>  <a href='004-programming-environment.mu.html#L400'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
+<span id="L214" class="LineNr">214 </span>  <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
 <span id="L215" class="LineNr">215 </span>  <span class="Comment"># create 2 sandboxes and scroll to second</span>
 <span id="L216" class="LineNr">216 </span>  assume-console [
 <span id="L217" class="LineNr">217 </span>  <span class="Conceal">¦</span> press ctrl-n
@@ -281,8 +281,8 @@ if ('onhashchange' in window) {
 <span id="L219" class="LineNr">219 </span>  <span class="Conceal">¦</span> press F4
 <span id="L220" class="LineNr">220 </span>  <span class="Conceal">¦</span> type <span class="Constant">[add 1, 1]</span>
 <span id="L221" class="LineNr">221 </span>  <span class="Conceal">¦</span> press F4
-<span id="L222" class="LineNr">222 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
-<span id="L223" class="LineNr">223 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
+<span id="L222" class="LineNr">222 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3500'>page-down</a>
+<span id="L223" class="LineNr">223 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3500'>page-down</a>
 <span id="L224" class="LineNr">224 </span>  ]
 <span id="L225" class="LineNr">225 </span>  <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a>
 <span id="L226" class="LineNr">226 </span>  screen-should-contain [
@@ -322,7 +322,7 @@ if ('onhashchange' in window) {
 <span id="L260" class="LineNr">260 </span>  assume-resources [
 <span id="L261" class="LineNr">261 </span>  ]
 <span id="L262" class="LineNr">262 </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="L263" class="LineNr">263 </span>  <a href='004-programming-environment.mu.html#L400'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
+<span id="L263" class="LineNr">263 </span>  <a href='004-programming-environment.mu.html#L402'>render-all</a> <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
 <span id="L264" class="LineNr">264 </span>  <span class="Comment"># create 2 sandboxes</span>
 <span id="L265" class="LineNr">265 </span>  assume-console [
 <span id="L266" class="LineNr">266 </span>  <span class="Conceal">¦</span> press ctrl-n
@@ -367,9 +367,9 @@ if ('onhashchange' in window) {
 <span id="L305" class="LineNr">305 </span>  ]
 <span id="L306" class="LineNr">306 </span>  <span class="Comment"># now try to scroll past end</span>
 <span id="L307" class="LineNr">307 </span>  assume-console [
-<span id="L308" class="LineNr">308 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
-<span id="L309" class="LineNr">309 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
-<span id="L310" class="LineNr">310 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3005'>page-down</a>
+<span id="L308" class="LineNr">308 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3500'>page-down</a>
+<span id="L309" class="LineNr">309 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3500'>page-down</a>
+<span id="L310" class="LineNr">310 </span>  <span class="Conceal">¦</span> press <a href='003-shortcuts.mu.html#L3500'>page-down</a>
 <span id="L311" class="LineNr">311 </span>  ]
 <span id="L312" class="LineNr">312 </span>  run [
 <span id="L313" class="LineNr">313 </span>  <span class="Conceal">¦</span> <a href='004-programming-environment.mu.html#L39'>event-loop</a> <a href='../081print.mu.html#L4'>screen</a>, <a href='../084console.mu.html#L23'>console</a>, env, <a href='../088file.mu.html#L11'>resources</a>