about summary refs log tree commit diff stats
path: root/html/shell/sandbox.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/shell/sandbox.mu.html')
-rw-r--r--html/shell/sandbox.mu.html256
1 files changed, 142 insertions, 114 deletions
diff --git a/html/shell/sandbox.mu.html b/html/shell/sandbox.mu.html
index f0760df1..8c811c5e 100644
--- a/html/shell/sandbox.mu.html
+++ b/html/shell/sandbox.mu.html
@@ -137,9 +137,9 @@ if ('onhashchange' in window) {
 <span id="L71" class="LineNr">  71 </span>    <span class="PreProc">break-if-!=</span>
 <span id="L72" class="LineNr">  72 </span>    <span class="PreProc">return</span>
 <span id="L73" class="LineNr">  73 </span>  <span class="Delimiter">}</span>
-<span id="L74" class="LineNr">  74 </span>  <a href='../108write.subx.html#L11'>write</a> out, <span class="Constant">&quot;  (<a href='sandbox.mu.html#L1'>sandbox</a> . &quot;</span>
+<span id="L74" class="LineNr">  74 </span>  <a href='../108write.subx.html#L11'>write</a> out, <span class="Constant">&quot;  (<a href='sandbox.mu.html#L1'>sandbox</a> . [&quot;</span>
 <span id="L75" class="LineNr">  75 </span>  <a href='gap-buffer.mu.html#L88'>append-gap-buffer</a> data, out
-<span id="L76" class="LineNr">  76 </span>  <a href='../108write.subx.html#L11'>write</a> out, <span class="Constant">&quot;)\n&quot;</span>
+<span id="L76" class="LineNr">  76 </span>  <a href='../108write.subx.html#L11'>write</a> out, <span class="Constant">&quot;])\n&quot;</span>
 <span id="L77" class="LineNr">  77 </span><span class="Delimiter">}</span>
 <span id="L78" class="LineNr">  78 </span>
 <span id="L79" class="LineNr">  79 </span><span class="muComment">##</span>
@@ -599,7 +599,7 @@ if ('onhashchange' in window) {
 <span id="L533" class="LineNr"> 533 </span>    <span class="PreProc">break-if-=</span>
 <span id="L534" class="LineNr"> 534 </span>    <span class="PreProc">var</span> data-ah/<span class="muRegEax">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get self, data
 <span id="L535" class="LineNr"> 535 </span>    <span class="PreProc">var</span> data/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
-<span id="L536" class="LineNr"> 536 </span>    <a href='gap-buffer.mu.html#L1206'>edit-gap-buffer</a> data, key
+<span id="L536" class="LineNr"> 536 </span>    <a href='gap-buffer.mu.html#L1204'>edit-gap-buffer</a> data, key
 <span id="L537" class="LineNr"> 537 </span>    <span class="PreProc">return</span>
 <span id="L538" class="LineNr"> 538 </span>  <span class="Delimiter">}</span>
 <span id="L539" class="LineNr"> 539 </span>  <span class="muComment"># if cursor in keyboard, send key to keyboard</span>
@@ -622,7 +622,7 @@ if ('onhashchange' in window) {
 <span id="L556" class="LineNr"> 556 </span>    <span class="Delimiter">}</span>
 <span id="L557" class="LineNr"> 557 </span>    <span class="PreProc">var</span> keyboard-ah/<span class="muRegEax">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get inner-keyboard-var, keyboard-data
 <span id="L558" class="LineNr"> 558 </span>    <span class="PreProc">var</span> keyboard/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *keyboard-ah
-<span id="L559" class="LineNr"> 559 </span>    <a href='gap-buffer.mu.html#L1206'>edit-gap-buffer</a> keyboard, key
+<span id="L559" class="LineNr"> 559 </span>    <a href='gap-buffer.mu.html#L1204'>edit-gap-buffer</a> keyboard, key
 <span id="L560" class="LineNr"> 560 </span>    <span class="PreProc">return</span>
 <span id="L561" class="LineNr"> 561 </span>  <span class="Delimiter">}</span>
 <span id="L562" class="LineNr"> 562 </span>  <span class="muComment"># if cursor in trace, send key to trace</span>
@@ -750,9 +750,9 @@ if ('onhashchange' in window) {
 <span id="L684" class="LineNr"> 684 </span>  <span class="muComment">#</span>
 <span id="L685" class="LineNr"> 685 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
 <span id="L686" class="LineNr"> 686 </span>  <span class="muComment"># skip one line of padding</span>
-<span id="L687" class="LineNr"> 687 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a>            <a href='../500fake-screen.mu.html#L14'>screen</a>,               <span class="Constant">1</span>/y, <span class="Constant">&quot; 1a             &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L674'>test-run-error-invalid-integer</a>/0&quot;</span>
-<span id="L688" class="LineNr"> 688 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a>            <a href='../500fake-screen.mu.html#L14'>screen</a>,               <span class="Constant">2</span>/y, <span class="Constant">&quot; ...            &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L674'>test-run-error-invalid-integer</a>/1&quot;</span>
-<span id="L689" class="LineNr"> 689 </span>  <a href='../504test-screen.mu.html#L71'>check-screen-row-in-color</a>   <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0xc</span>/fg=<span class="Special"><a href='trace.mu.html#L197'>error</a></span>, <span class="Constant">3</span>/y, <span class="Constant">&quot; invalid number &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L674'>test-run-error-invalid-integer</a>/2&quot;</span>
+<span id="L687" class="LineNr"> 687 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a>            <a href='../500fake-screen.mu.html#L14'>screen</a>,               <span class="Constant">1</span>/y, <span class="Constant">&quot; 1a                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L674'>test-run-error-invalid-integer</a>/0&quot;</span>
+<span id="L688" class="LineNr"> 688 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a>            <a href='../500fake-screen.mu.html#L14'>screen</a>,               <span class="Constant">2</span>/y, <span class="Constant">&quot; ...                      &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L674'>test-run-error-invalid-integer</a>/1&quot;</span>
+<span id="L689" class="LineNr"> 689 </span>  <a href='../504test-screen.mu.html#L71'>check-screen-row-in-color</a>   <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0xc</span>/fg=<span class="Special"><a href='trace.mu.html#L197'>error</a></span>, <span class="Constant">3</span>/y, <span class="Constant">&quot; unbound symbol: 1a       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L674'>test-run-error-invalid-integer</a>/2&quot;</span>
 <span id="L690" class="LineNr"> 690 </span><span class="Delimiter">}</span>
 <span id="L691" class="LineNr"> 691 </span>
 <span id="L692" class="LineNr"> 692 </span><span class="PreProc">fn</span> <span class="muTest"><a href='sandbox.mu.html#L692'>test-run-error-unknown-symbol</a></span> <span class="Delimiter">{</span>
@@ -1025,8 +1025,8 @@ if ('onhashchange' in window) {
 <span id="L959" class="LineNr"> 959 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">2</span>/y, <span class="Constant">&quot; ||||||&quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L920'>test-run-expand-trace</a>/expand-1/cursor&quot;</span>
 <span id="L960" class="LineNr"> 960 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">3</span>/y, <span class="Constant">&quot; ...   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L920'>test-run-expand-trace</a>/expand-2&quot;</span>
 <span id="L961" class="LineNr"> 961 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">3</span>/y, <span class="Constant">&quot;       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L920'>test-run-expand-trace</a>/expand-2/cursor&quot;</span>
-<span id="L962" class="LineNr"> 962 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">4</span>/y, <span class="Constant">&quot; 1 pars&quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L920'>test-run-expand-trace</a>/expand-2&quot;</span>
-<span id="L963" class="LineNr"> 963 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">4</span>/y, <span class="Constant">&quot;       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L920'>test-run-expand-trace</a>/expand-2/cursor&quot;</span>
+<span id="L962" class="LineNr"> 962 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">4</span>/y, <span class="Constant">&quot; 1 inse&quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L920'>test-run-expand-trace</a>/expand-3&quot;</span>
+<span id="L963" class="LineNr"> 963 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">4</span>/y, <span class="Constant">&quot;       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L920'>test-run-expand-trace</a>/expand-3/cursor&quot;</span>
 <span id="L964" class="LineNr"> 964 </span><span class="Delimiter">}</span>
 <span id="L965" class="LineNr"> 965 </span>
 <span id="L966" class="LineNr"> 966 </span><span class="PreProc">fn</span> <span class="muTest"><a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a></span> <span class="Delimiter">{</span>
@@ -1072,7 +1072,7 @@ if ('onhashchange' in window) {
 <span id="L1006" class="LineNr">1006 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">2</span>/y, <span class="Constant">&quot; ||||||&quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/pre2-1/cursor&quot;</span>
 <span id="L1007" class="LineNr">1007 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">3</span>/y, <span class="Constant">&quot; ...   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/pre2-2&quot;</span>
 <span id="L1008" class="LineNr">1008 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">3</span>/y, <span class="Constant">&quot;       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/pre2-2/cursor&quot;</span>
-<span id="L1009" class="LineNr">1009 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">4</span>/y, <span class="Constant">&quot; 1 pars&quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/pre2-2&quot;</span>
+<span id="L1009" class="LineNr">1009 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">4</span>/y, <span class="Constant">&quot; 1 inse&quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/pre2-2&quot;</span>
 <span id="L1010" class="LineNr">1010 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">4</span>/y, <span class="Constant">&quot;       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/pre2-2/cursor&quot;</span>
 <span id="L1011" class="LineNr">1011 </span>  <span class="muComment"># move cursor down and expand</span>
 <span id="L1012" class="LineNr">1012 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x6a</span>/j, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
@@ -1090,111 +1090,139 @@ if ('onhashchange' in window) {
 <span id="L1024" class="LineNr">1024 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">3</span>/y, <span class="Constant">&quot; ||||||&quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/expand-2/cursor&quot;</span>
 <span id="L1025" class="LineNr">1025 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">4</span>/y, <span class="Constant">&quot; ...   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/expand-3&quot;</span>
 <span id="L1026" class="LineNr">1026 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">4</span>/y, <span class="Constant">&quot;       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/expand-3/cursor&quot;</span>
-<span id="L1027" class="LineNr">1027 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">5</span>/y, <span class="Constant">&quot; 2 =&gt; 1&quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/expand-4&quot;</span>
+<span id="L1027" class="LineNr">1027 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">5</span>/y, <span class="Constant">&quot; 2 next&quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/expand-4&quot;</span>
 <span id="L1028" class="LineNr">1028 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">5</span>/y, <span class="Constant">&quot;       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/expand-4/cursor&quot;</span>
-<span id="L1029" class="LineNr">1029 </span><span class="Delimiter">}</span>
-<span id="L1030" class="LineNr">1030 </span>
-<span id="L1031" class="LineNr">1031 </span><span class="PreProc">fn</span> <span class="muTest"><a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a></span> <span class="Delimiter">{</span>
-<span id="L1032" class="LineNr">1032 </span>  <span class="PreProc">var</span> sandbox-storage: <a href='sandbox.mu.html#L1'>sandbox</a>
-<span id="L1033" class="LineNr">1033 </span>  <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="muRegEsi">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> address sandbox-storage
-<span id="L1034" class="LineNr">1034 </span>  <span class="muComment"># initialize sandbox with a max-depth of 3</span>
-<span id="L1035" class="LineNr">1035 </span>  <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;7&quot;</span>
-<span id="L1036" class="LineNr">1036 </span>  <span class="muComment"># eval</span>
-<span id="L1037" class="LineNr">1037 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x13</span>/ctrl-s, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
-<span id="L1038" class="LineNr">1038 </span>  <span class="muComment"># setup: screen</span>
-<span id="L1039" class="LineNr">1039 </span>  <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a>
-<span id="L1040" class="LineNr">1040 </span>  <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEdi">edi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
-<span id="L1041" class="LineNr">1041 </span>  <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics
-<span id="L1042" class="LineNr">1042 </span>  <span class="muComment">#</span>
-<span id="L1043" class="LineNr">1043 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
-<span id="L1044" class="LineNr">1044 </span>  <span class="muComment"># skip one line of padding</span>
-<span id="L1045" class="LineNr">1045 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">1</span>/y, <span class="Constant">&quot; 7                     &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre0-0&quot;</span>
-<span id="L1046" class="LineNr">1046 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">1</span>/y, <span class="Constant">&quot;  |                    &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre0-0/cursor&quot;</span>
-<span id="L1047" class="LineNr">1047 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">2</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre0-1&quot;</span>
-<span id="L1048" class="LineNr">1048 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">2</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre0-1/cursor&quot;</span>
-<span id="L1049" class="LineNr">1049 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">3</span>/y, <span class="Constant">&quot; =&gt; 7                  &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre0-2&quot;</span>
-<span id="L1050" class="LineNr">1050 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">3</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre0-2/cursor&quot;</span>
-<span id="L1051" class="LineNr">1051 </span>  <span class="muComment"># move cursor into trace</span>
-<span id="L1052" class="LineNr">1052 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0xd</span>/ctrl-m, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
-<span id="L1053" class="LineNr">1053 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
-<span id="L1054" class="LineNr">1054 </span>  <span class="muComment">#</span>
-<span id="L1055" class="LineNr">1055 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">1</span>/y, <span class="Constant">&quot; 7                     &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre1-0&quot;</span>
-<span id="L1056" class="LineNr">1056 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">1</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre1-0/cursor&quot;</span>
-<span id="L1057" class="LineNr">1057 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">2</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre1-1&quot;</span>
-<span id="L1058" class="LineNr">1058 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">2</span>/y, <span class="Constant">&quot; |||                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre1-1/cursor&quot;</span>
-<span id="L1059" class="LineNr">1059 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">3</span>/y, <span class="Constant">&quot; =&gt; 7                  &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre1-2&quot;</span>
-<span id="L1060" class="LineNr">1060 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">3</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre1-2/cursor&quot;</span>
-<span id="L1061" class="LineNr">1061 </span>  <span class="muComment"># expand</span>
-<span id="L1062" class="LineNr">1062 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0xa</span>/newline, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
-<span id="L1063" class="LineNr">1063 </span>  <a href='../500fake-screen.mu.html#L251'>clear-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>
-<span id="L1064" class="LineNr">1064 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
-<span id="L1065" class="LineNr">1065 </span>  <span class="muComment">#</span>
-<span id="L1066" class="LineNr">1066 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">1</span>/y, <span class="Constant">&quot; 7                     &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-0&quot;</span>
-<span id="L1067" class="LineNr">1067 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">1</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-0/cursor&quot;</span>
-<span id="L1068" class="LineNr">1068 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">2</span>/y, <span class="Constant">&quot; 1 <a href='tokenize.mu.html#L5'>tokenize</a>            &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-1&quot;</span>
-<span id="L1069" class="LineNr">1069 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">2</span>/y, <span class="Constant">&quot; ||||||||||            &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-1/cursor&quot;</span>
-<span id="L1070" class="LineNr">1070 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">3</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-2&quot;</span>
-<span id="L1071" class="LineNr">1071 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">3</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-2/cursor&quot;</span>
-<span id="L1072" class="LineNr">1072 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">4</span>/y, <span class="Constant">&quot; 1 parse               &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-3&quot;</span>
-<span id="L1073" class="LineNr">1073 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">4</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-3/cursor&quot;</span>
-<span id="L1074" class="LineNr">1074 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">5</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-4&quot;</span>
-<span id="L1075" class="LineNr">1075 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">5</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-4/cursor&quot;</span>
-<span id="L1076" class="LineNr">1076 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">6</span>/y, <span class="Constant">&quot; 1 <a href='macroexpand.mu.html#L1'>macroexpand</a> 7       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-5&quot;</span>
-<span id="L1077" class="LineNr">1077 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">6</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-5/cursor&quot;</span>
-<span id="L1078" class="LineNr">1078 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">7</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-6&quot;</span>
-<span id="L1079" class="LineNr">1079 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">7</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-6/cursor&quot;</span>
-<span id="L1080" class="LineNr">1080 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">8</span>/y, <span class="Constant">&quot; 1 =&gt; 7                &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-7&quot;</span>
-<span id="L1081" class="LineNr">1081 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">8</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre2-7/cursor&quot;</span>
-<span id="L1082" class="LineNr">1082 </span>  <span class="muComment"># move cursor down below the macroexpand line and expand</span>
-<span id="L1083" class="LineNr">1083 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x6a</span>/j, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
-<span id="L1084" class="LineNr">1084 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
-<span id="L1085" class="LineNr">1085 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x6a</span>/j, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
-<span id="L1086" class="LineNr">1086 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
-<span id="L1087" class="LineNr">1087 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x6a</span>/j, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
-<span id="L1088" class="LineNr">1088 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
-<span id="L1089" class="LineNr">1089 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x6a</span>/j, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
-<span id="L1090" class="LineNr">1090 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
-<span id="L1091" class="LineNr">1091 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x6a</span>/j, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
-<span id="L1092" class="LineNr">1092 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
-<span id="L1093" class="LineNr">1093 </span>  <span class="muComment">#</span>
-<span id="L1094" class="LineNr">1094 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">1</span>/y, <span class="Constant">&quot; 7                     &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-0&quot;</span>
-<span id="L1095" class="LineNr">1095 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">1</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-0/cursor&quot;</span>
-<span id="L1096" class="LineNr">1096 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">2</span>/y, <span class="Constant">&quot; 1 <a href='tokenize.mu.html#L5'>tokenize</a>            &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-1&quot;</span>
-<span id="L1097" class="LineNr">1097 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">2</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-1/cursor&quot;</span>
-<span id="L1098" class="LineNr">1098 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">3</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-2&quot;</span>
-<span id="L1099" class="LineNr">1099 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">3</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-2/cursor&quot;</span>
-<span id="L1100" class="LineNr">1100 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">4</span>/y, <span class="Constant">&quot; 1 parse               &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-3&quot;</span>
-<span id="L1101" class="LineNr">1101 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">4</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-3/cursor&quot;</span>
-<span id="L1102" class="LineNr">1102 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">5</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-4&quot;</span>
-<span id="L1103" class="LineNr">1103 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">5</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-4/cursor&quot;</span>
-<span id="L1104" class="LineNr">1104 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">6</span>/y, <span class="Constant">&quot; 1 <a href='macroexpand.mu.html#L1'>macroexpand</a> 7       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-5&quot;</span>
-<span id="L1105" class="LineNr">1105 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">6</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-5/cursor&quot;</span>
-<span id="L1106" class="LineNr">1106 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">7</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-6&quot;</span>
-<span id="L1107" class="LineNr">1107 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">7</span>/y, <span class="Constant">&quot; |||                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-6/cursor&quot;</span>
-<span id="L1108" class="LineNr">1108 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">8</span>/y, <span class="Constant">&quot; 1 =&gt; 7                &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-7&quot;</span>
-<span id="L1109" class="LineNr">1109 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">8</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/pre3-7/cursor&quot;</span>
-<span id="L1110" class="LineNr">1110 </span>  <span class="muComment"># expand</span>
-<span id="L1111" class="LineNr">1111 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0xa</span>/newline, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
-<span id="L1112" class="LineNr">1112 </span>  <a href='../500fake-screen.mu.html#L251'>clear-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>
-<span id="L1113" class="LineNr">1113 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
-<span id="L1114" class="LineNr">1114 </span>  <span class="muComment"># cursor line is expanded</span>
-<span id="L1115" class="LineNr">1115 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">1</span>/y, <span class="Constant">&quot; 7                     &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-0&quot;</span>
-<span id="L1116" class="LineNr">1116 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">1</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-0/cursor&quot;</span>
-<span id="L1117" class="LineNr">1117 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">2</span>/y, <span class="Constant">&quot; 1 <a href='tokenize.mu.html#L5'>tokenize</a>            &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-1&quot;</span>
-<span id="L1118" class="LineNr">1118 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">2</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-1/cursor&quot;</span>
-<span id="L1119" class="LineNr">1119 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">3</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-2&quot;</span>
-<span id="L1120" class="LineNr">1120 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">3</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-2/cursor&quot;</span>
-<span id="L1121" class="LineNr">1121 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">4</span>/y, <span class="Constant">&quot; 1 parse               &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-3&quot;</span>
-<span id="L1122" class="LineNr">1122 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">4</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-3/cursor&quot;</span>
-<span id="L1123" class="LineNr">1123 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">5</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-4&quot;</span>
-<span id="L1124" class="LineNr">1124 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">5</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-4/cursor&quot;</span>
-<span id="L1125" class="LineNr">1125 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">6</span>/y, <span class="Constant">&quot; 1 <a href='macroexpand.mu.html#L1'>macroexpand</a> 7       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-5&quot;</span>
-<span id="L1126" class="LineNr">1126 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">6</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-5/cursor&quot;</span>
-<span id="L1127" class="LineNr">1127 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">7</span>/y, <span class="Constant">&quot; 2 <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> 7  &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-6&quot;</span>
-<span id="L1128" class="LineNr">1128 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">7</span>/y, <span class="Constant">&quot; ||||||||||||||||||||  &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-6/cursor&quot;</span>
-<span id="L1129" class="LineNr">1129 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">8</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-7&quot;</span>
-<span id="L1130" class="LineNr">1130 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">8</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1031'>test-run-preserves-trace-view-on-rerun</a>/expand-7/cursor&quot;</span>
-<span id="L1131" class="LineNr">1131 </span><span class="Delimiter">}</span>
+<span id="L1029" class="LineNr">1029 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">6</span>/y, <span class="Constant">&quot; ...   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/expand-5&quot;</span>
+<span id="L1030" class="LineNr">1030 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">6</span>/y, <span class="Constant">&quot;       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/expand-5/cursor&quot;</span>
+<span id="L1031" class="LineNr">1031 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">7</span>/y, <span class="Constant">&quot; 2 =&gt; 1&quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/expand-6&quot;</span>
+<span id="L1032" class="LineNr">1032 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">7</span>/y, <span class="Constant">&quot;       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L966'>test-run-can-rerun-when-expanding-trace</a>/expand-6/cursor&quot;</span>
+<span id="L1033" class="LineNr">1033 </span><span class="Delimiter">}</span>
+<span id="L1034" class="LineNr">1034 </span>
+<span id="L1035" class="LineNr">1035 </span><span class="PreProc">fn</span> <span class="muTest"><a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a></span> <span class="Delimiter">{</span>
+<span id="L1036" class="LineNr">1036 </span>  <span class="PreProc">var</span> sandbox-storage: <a href='sandbox.mu.html#L1'>sandbox</a>
+<span id="L1037" class="LineNr">1037 </span>  <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="muRegEsi">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> address sandbox-storage
+<span id="L1038" class="LineNr">1038 </span>  <span class="muComment"># initialize sandbox with a max-depth of 3</span>
+<span id="L1039" class="LineNr">1039 </span>  <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;7&quot;</span>
+<span id="L1040" class="LineNr">1040 </span>  <span class="muComment"># eval</span>
+<span id="L1041" class="LineNr">1041 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x13</span>/ctrl-s, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
+<span id="L1042" class="LineNr">1042 </span>  <span class="muComment"># setup: screen</span>
+<span id="L1043" class="LineNr">1043 </span>  <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a>
+<span id="L1044" class="LineNr">1044 </span>  <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEdi">edi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
+<span id="L1045" class="LineNr">1045 </span>  <a href='../500fake-screen.mu.html#L33'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">0</span>/no-pixel-graphics
+<span id="L1046" class="LineNr">1046 </span>  <span class="muComment">#</span>
+<span id="L1047" class="LineNr">1047 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
+<span id="L1048" class="LineNr">1048 </span>  <span class="muComment"># skip one line of padding</span>
+<span id="L1049" class="LineNr">1049 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">1</span>/y, <span class="Constant">&quot; 7                     &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre0-0&quot;</span>
+<span id="L1050" class="LineNr">1050 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">1</span>/y, <span class="Constant">&quot;  |                    &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre0-0/cursor&quot;</span>
+<span id="L1051" class="LineNr">1051 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">2</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre0-1&quot;</span>
+<span id="L1052" class="LineNr">1052 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">2</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre0-1/cursor&quot;</span>
+<span id="L1053" class="LineNr">1053 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">3</span>/y, <span class="Constant">&quot; =&gt; 7                  &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre0-2&quot;</span>
+<span id="L1054" class="LineNr">1054 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">3</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre0-2/cursor&quot;</span>
+<span id="L1055" class="LineNr">1055 </span>  <span class="muComment"># move cursor into trace</span>
+<span id="L1056" class="LineNr">1056 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0xd</span>/ctrl-m, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
+<span id="L1057" class="LineNr">1057 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
+<span id="L1058" class="LineNr">1058 </span>  <span class="muComment">#</span>
+<span id="L1059" class="LineNr">1059 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">1</span>/y, <span class="Constant">&quot; 7                     &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre1-0&quot;</span>
+<span id="L1060" class="LineNr">1060 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">1</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre1-0/cursor&quot;</span>
+<span id="L1061" class="LineNr">1061 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">2</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre1-1&quot;</span>
+<span id="L1062" class="LineNr">1062 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">2</span>/y, <span class="Constant">&quot; |||                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre1-1/cursor&quot;</span>
+<span id="L1063" class="LineNr">1063 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">3</span>/y, <span class="Constant">&quot; =&gt; 7                  &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre1-2&quot;</span>
+<span id="L1064" class="LineNr">1064 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">3</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre1-2/cursor&quot;</span>
+<span id="L1065" class="LineNr">1065 </span>  <span class="muComment"># expand</span>
+<span id="L1066" class="LineNr">1066 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0xa</span>/newline, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
+<span id="L1067" class="LineNr">1067 </span>  <a href='../500fake-screen.mu.html#L251'>clear-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>
+<span id="L1068" class="LineNr">1068 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
+<span id="L1069" class="LineNr">1069 </span>  <span class="muComment">#</span>
+<span id="L1070" class="LineNr">1070 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">1</span>/y, <span class="Constant">&quot; 7                     &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-0&quot;</span>
+<span id="L1071" class="LineNr">1071 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">1</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-0/cursor&quot;</span>
+<span id="L1072" class="LineNr">1072 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">2</span>/y, <span class="Constant">&quot; 1 <a href='tokenize.mu.html#L13'>tokenize</a>            &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-1&quot;</span>
+<span id="L1073" class="LineNr">1073 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">2</span>/y, <span class="Constant">&quot; ||||||||||            &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-1/cursor&quot;</span>
+<span id="L1074" class="LineNr">1074 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">3</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-2&quot;</span>
+<span id="L1075" class="LineNr">1075 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">3</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-2/cursor&quot;</span>
+<span id="L1076" class="LineNr">1076 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">4</span>/y, <span class="Constant">&quot; 1 insert parens       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-3&quot;</span>
+<span id="L1077" class="LineNr">1077 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">4</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-3/cursor&quot;</span>
+<span id="L1078" class="LineNr">1078 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">5</span>/y, <span class="Constant">&quot; 1 parse               &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-4&quot;</span>
+<span id="L1079" class="LineNr">1079 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">5</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-4/cursor&quot;</span>
+<span id="L1080" class="LineNr">1080 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">6</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-5&quot;</span>
+<span id="L1081" class="LineNr">1081 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">6</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-5/cursor&quot;</span>
+<span id="L1082" class="LineNr">1082 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">7</span>/y, <span class="Constant">&quot; 1 transform infix     &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-6&quot;</span>
+<span id="L1083" class="LineNr">1083 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">7</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-6/cursor&quot;</span>
+<span id="L1084" class="LineNr">1084 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">8</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-7&quot;</span>
+<span id="L1085" class="LineNr">1085 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">8</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-7/cursor&quot;</span>
+<span id="L1086" class="LineNr">1086 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">9</span>/y, <span class="Constant">&quot; 1 <a href='macroexpand.mu.html#L1'>macroexpand</a> 7       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-8&quot;</span>
+<span id="L1087" class="LineNr">1087 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">9</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-8/cursor&quot;</span>
+<span id="L1088" class="LineNr">1088 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">0xa</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-9&quot;</span>
+<span id="L1089" class="LineNr">1089 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">0xa</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-9/cursor&quot;</span>
+<span id="L1090" class="LineNr">1090 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">0xb</span>/y, <span class="Constant">&quot; 1 =&gt; 7                &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-10&quot;</span>
+<span id="L1091" class="LineNr">1091 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">0xb</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre2-10/cursor&quot;</span>
+<span id="L1092" class="LineNr">1092 </span>  <span class="muComment"># move cursor down below the macroexpand line and expand</span>
+<span id="L1093" class="LineNr">1093 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x6a</span>/j, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
+<span id="L1094" class="LineNr">1094 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
+<span id="L1095" class="LineNr">1095 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x6a</span>/j, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
+<span id="L1096" class="LineNr">1096 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
+<span id="L1097" class="LineNr">1097 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x6a</span>/j, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
+<span id="L1098" class="LineNr">1098 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
+<span id="L1099" class="LineNr">1099 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x6a</span>/j, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
+<span id="L1100" class="LineNr">1100 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
+<span id="L1101" class="LineNr">1101 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x6a</span>/j, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
+<span id="L1102" class="LineNr">1102 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
+<span id="L1103" class="LineNr">1103 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x6a</span>/j, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
+<span id="L1104" class="LineNr">1104 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
+<span id="L1105" class="LineNr">1105 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x6a</span>/j, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
+<span id="L1106" class="LineNr">1106 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
+<span id="L1107" class="LineNr">1107 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x6a</span>/j, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
+<span id="L1108" class="LineNr">1108 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
+<span id="L1109" class="LineNr">1109 </span>  <span class="muComment">#</span>
+<span id="L1110" class="LineNr">1110 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">1</span>/y, <span class="Constant">&quot; 7                     &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-0&quot;</span>
+<span id="L1111" class="LineNr">1111 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">1</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-0/cursor&quot;</span>
+<span id="L1112" class="LineNr">1112 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">2</span>/y, <span class="Constant">&quot; 1 <a href='tokenize.mu.html#L13'>tokenize</a>            &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-1&quot;</span>
+<span id="L1113" class="LineNr">1113 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">2</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-1/cursor&quot;</span>
+<span id="L1114" class="LineNr">1114 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">3</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-2&quot;</span>
+<span id="L1115" class="LineNr">1115 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">3</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-2/cursor&quot;</span>
+<span id="L1116" class="LineNr">1116 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">4</span>/y, <span class="Constant">&quot; 1 insert parens       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-3&quot;</span>
+<span id="L1117" class="LineNr">1117 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">4</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-3/cursor&quot;</span>
+<span id="L1118" class="LineNr">1118 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">5</span>/y, <span class="Constant">&quot; 1 parse               &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-4&quot;</span>
+<span id="L1119" class="LineNr">1119 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">5</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-4/cursor&quot;</span>
+<span id="L1120" class="LineNr">1120 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">6</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-5&quot;</span>
+<span id="L1121" class="LineNr">1121 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">6</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-5/cursor&quot;</span>
+<span id="L1122" class="LineNr">1122 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">7</span>/y, <span class="Constant">&quot; 1 transform infix     &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-6&quot;</span>
+<span id="L1123" class="LineNr">1123 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">7</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-6/cursor&quot;</span>
+<span id="L1124" class="LineNr">1124 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">8</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-7&quot;</span>
+<span id="L1125" class="LineNr">1125 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">8</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-7/cursor&quot;</span>
+<span id="L1126" class="LineNr">1126 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">9</span>/y, <span class="Constant">&quot; 1 <a href='macroexpand.mu.html#L1'>macroexpand</a> 7       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-8&quot;</span>
+<span id="L1127" class="LineNr">1127 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">9</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-8/cursor&quot;</span>
+<span id="L1128" class="LineNr">1128 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">0xa</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-9&quot;</span>
+<span id="L1129" class="LineNr">1129 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">0xa</span>/y, <span class="Constant">&quot; |||                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-9/cursor&quot;</span>
+<span id="L1130" class="LineNr">1130 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">0xb</span>/y, <span class="Constant">&quot; 1 =&gt; 7                &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-10&quot;</span>
+<span id="L1131" class="LineNr">1131 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">0xb</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/pre3-10/cursor&quot;</span>
+<span id="L1132" class="LineNr">1132 </span>  <span class="muComment"># expand</span>
+<span id="L1133" class="LineNr">1133 </span>  <a href='sandbox.mu.html#L453'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0xa</span>/newline, <span class="Constant">0</span>/no-globals, <span class="Constant">0</span>/no-disk
+<span id="L1134" class="LineNr">1134 </span>  <a href='../500fake-screen.mu.html#L251'>clear-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>
+<span id="L1135" class="LineNr">1135 </span>  <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0x80</span>/width, <span class="Constant">0x10</span>/height, <span class="Constant">1</span>/show-cursor
+<span id="L1136" class="LineNr">1136 </span>  <span class="muComment"># cursor line is expanded</span>
+<span id="L1137" class="LineNr">1137 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">1</span>/y, <span class="Constant">&quot; 7                     &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-0&quot;</span>
+<span id="L1138" class="LineNr">1138 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">1</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-0/cursor&quot;</span>
+<span id="L1139" class="LineNr">1139 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">2</span>/y, <span class="Constant">&quot; 1 <a href='tokenize.mu.html#L13'>tokenize</a>            &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-1&quot;</span>
+<span id="L1140" class="LineNr">1140 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">2</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-1/cursor&quot;</span>
+<span id="L1141" class="LineNr">1141 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">3</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-2&quot;</span>
+<span id="L1142" class="LineNr">1142 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">3</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-2/cursor&quot;</span>
+<span id="L1143" class="LineNr">1143 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">4</span>/y, <span class="Constant">&quot; 1 insert parens       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-3&quot;</span>
+<span id="L1144" class="LineNr">1144 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">4</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-3/cursor&quot;</span>
+<span id="L1145" class="LineNr">1145 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">5</span>/y, <span class="Constant">&quot; 1 parse               &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-4&quot;</span>
+<span id="L1146" class="LineNr">1146 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">5</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-4/cursor&quot;</span>
+<span id="L1147" class="LineNr">1147 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">6</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-5&quot;</span>
+<span id="L1148" class="LineNr">1148 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">6</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-5/cursor&quot;</span>
+<span id="L1149" class="LineNr">1149 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">7</span>/y, <span class="Constant">&quot; 1 transform infix     &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-6&quot;</span>
+<span id="L1150" class="LineNr">1150 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">7</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-6/cursor&quot;</span>
+<span id="L1151" class="LineNr">1151 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">8</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-7&quot;</span>
+<span id="L1152" class="LineNr">1152 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">8</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-7/cursor&quot;</span>
+<span id="L1153" class="LineNr">1153 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                    <span class="Constant">9</span>/y, <span class="Constant">&quot; 1 <a href='macroexpand.mu.html#L1'>macroexpand</a> 7       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-8&quot;</span>
+<span id="L1154" class="LineNr">1154 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor,   <span class="Constant">9</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-8/cursor&quot;</span>
+<span id="L1155" class="LineNr">1155 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">0xa</span>/y, <span class="Constant">&quot; 2 <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> 7  &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-9&quot;</span>
+<span id="L1156" class="LineNr">1156 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">0xa</span>/y, <span class="Constant">&quot; ||||||||||||||||||||  &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-9/cursor&quot;</span>
+<span id="L1157" class="LineNr">1157 </span>  <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>,                                  <span class="Constant">0xb</span>/y, <span class="Constant">&quot; ...                   &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-10&quot;</span>
+<span id="L1158" class="LineNr">1158 </span>  <a href='../504test-screen.mu.html#L257'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">0xb</span>/y, <span class="Constant">&quot;                       &quot;</span>, <span class="Constant">&quot;F - <a href='sandbox.mu.html#L1035'>test-run-preserves-trace-view-on-rerun</a>/expand-10/cursor&quot;</span>
+<span id="L1159" class="LineNr">1159 </span><span class="Delimiter">}</span>
 </pre>
 </body>
 </html>