about summary refs log tree commit diff stats
path: root/html/apps/browse
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/browse')
-rw-r--r--html/apps/browse/main.mu.html36
-rw-r--r--html/apps/browse/paginated-screen.mu.html40
2 files changed, 38 insertions, 38 deletions
diff --git a/html/apps/browse/main.mu.html b/html/apps/browse/main.mu.html
index 8059945e..3974fe09 100644
--- a/html/apps/browse/main.mu.html
+++ b/html/apps/browse/main.mu.html
@@ -128,7 +128,7 @@ if ('onhashchange' in window) {
 <span id="L69" class="LineNr"> 69 </span>  <span class="muComment"># input text</span>
 <span id="L70" class="LineNr"> 70 </span>  <span class="PreProc">var</span> input-storage: (handle buffered-file)
 <span id="L71" class="LineNr"> 71 </span>  <span class="PreProc">var</span> input-ah/<span class="Constant">eax</span>: (addr handle buffered-file) <span class="SpecialChar">&lt;-</span> address input-storage
-<span id="L72" class="LineNr"> 72 </span>  <a href='../../306files.subx.html#L76'>populate-buffered-file-containing</a> <span class="Constant">&quot;abcdefgh&quot;</span>, input-ah
+<span id="L72" class="LineNr"> 72 </span>  <a href='../../306files.subx.html#L89'>populate-buffered-file-containing</a> <span class="Constant">&quot;abcdefgh&quot;</span>, input-ah
 <span id="L73" class="LineNr"> 73 </span>  <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr buffered-file) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> input-storage
 <span id="L74" class="LineNr"> 74 </span>  <span class="muComment"># output screen</span>
 <span id="L75" class="LineNr"> 75 </span>  <span class="PreProc">var</span> pg: paginated-screen
@@ -138,16 +138,16 @@ if ('onhashchange' in window) {
 <span id="L79" class="LineNr"> 79 </span>  <a href='main.mu.html#L63'>render</a> pg-addr, in
 <span id="L80" class="LineNr"> 80 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L81" class="LineNr"> 81 </span>  <span class="PreProc">var</span> <a href='../../405screen.mu.html#L9'>screen</a>/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L82" class="LineNr"> 82 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">1</span>, <span class="Constant">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L68'>test-render-multicolumn-text</a>/row1&quot;</span>
-<span id="L83" class="LineNr"> 83 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">&quot; ab ef&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L68'>test-render-multicolumn-text</a>/row2&quot;</span>
-<span id="L84" class="LineNr"> 84 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">3</span>, <span class="Constant">&quot; cd gh&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L68'>test-render-multicolumn-text</a>/row3&quot;</span>
+<span id="L82" class="LineNr"> 82 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">1</span>, <span class="Constant">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L68'>test-render-multicolumn-text</a>/row1&quot;</span>
+<span id="L83" class="LineNr"> 83 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">&quot; ab ef&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L68'>test-render-multicolumn-text</a>/row2&quot;</span>
+<span id="L84" class="LineNr"> 84 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">3</span>, <span class="Constant">&quot; cd gh&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L68'>test-render-multicolumn-text</a>/row3&quot;</span>
 <span id="L85" class="LineNr"> 85 </span><span class="Delimiter">}</span>
 <span id="L86" class="LineNr"> 86 </span>
 <span id="L87" class="LineNr"> 87 </span><span class="PreProc">fn</span> <span class="muTest"><a href='main.mu.html#L87'>test-render-heading-text</a></span> <span class="Delimiter">{</span>
 <span id="L88" class="LineNr"> 88 </span>  <span class="muComment"># input text</span>
 <span id="L89" class="LineNr"> 89 </span>  <span class="PreProc">var</span> input-storage: (handle buffered-file)
 <span id="L90" class="LineNr"> 90 </span>  <span class="PreProc">var</span> input-ah/<span class="Constant">eax</span>: (addr handle buffered-file) <span class="SpecialChar">&lt;-</span> address input-storage
-<span id="L91" class="LineNr"> 91 </span>  <a href='../../306files.subx.html#L76'>populate-buffered-file-containing</a> <span class="Constant">&quot;# abc\n\ndef&quot;</span>, input-ah
+<span id="L91" class="LineNr"> 91 </span>  <a href='../../306files.subx.html#L89'>populate-buffered-file-containing</a> <span class="Constant">&quot;# abc\n\ndef&quot;</span>, input-ah
 <span id="L92" class="LineNr"> 92 </span>  <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr buffered-file) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> input-storage
 <span id="L93" class="LineNr"> 93 </span>  <span class="muComment"># output screen</span>
 <span id="L94" class="LineNr"> 94 </span>  <span class="PreProc">var</span> pg: paginated-screen
@@ -157,17 +157,17 @@ if ('onhashchange' in window) {
 <span id="L98" class="LineNr"> 98 </span>  <a href='main.mu.html#L63'>render</a> pg-addr, in
 <span id="L99" class="LineNr"> 99 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L100" class="LineNr">100 </span>  <span class="PreProc">var</span> <a href='../../405screen.mu.html#L9'>screen</a>/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L101" class="LineNr">101 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a>          <a href='../../405screen.mu.html#L9'>screen</a>,       <span class="Constant">1</span>, <span class="Constant">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L87'>test-render-heading-text</a>/row1&quot;</span>
-<span id="L102" class="LineNr">102 </span>  <a href='../../405screen.mu.html#L667'>check-screen-row-in-color</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">0xa0</span>, <span class="Constant">2</span>, <span class="Constant">&quot; abc  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L87'>test-render-heading-text</a>/heading&quot;</span>
-<span id="L103" class="LineNr">103 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a>          <a href='../../405screen.mu.html#L9'>screen</a>,       <span class="Constant">3</span>, <span class="Constant">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L87'>test-render-heading-text</a>/row3&quot;</span>
-<span id="L104" class="LineNr">104 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a>          <a href='../../405screen.mu.html#L9'>screen</a>,       <span class="Constant">4</span>, <span class="Constant">&quot; def  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L87'>test-render-heading-text</a>/row4&quot;</span>
+<span id="L101" class="LineNr">101 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a>          <a href='../../405screen.mu.html#L9'>screen</a>,       <span class="Constant">1</span>, <span class="Constant">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L87'>test-render-heading-text</a>/row1&quot;</span>
+<span id="L102" class="LineNr">102 </span>  <a href='../../405screen.mu.html#L666'>check-screen-row-in-color</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">0xa0</span>, <span class="Constant">2</span>, <span class="Constant">&quot; abc  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L87'>test-render-heading-text</a>/heading&quot;</span>
+<span id="L103" class="LineNr">103 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a>          <a href='../../405screen.mu.html#L9'>screen</a>,       <span class="Constant">3</span>, <span class="Constant">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L87'>test-render-heading-text</a>/row3&quot;</span>
+<span id="L104" class="LineNr">104 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a>          <a href='../../405screen.mu.html#L9'>screen</a>,       <span class="Constant">4</span>, <span class="Constant">&quot; def  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L87'>test-render-heading-text</a>/row4&quot;</span>
 <span id="L105" class="LineNr">105 </span><span class="Delimiter">}</span>
 <span id="L106" class="LineNr">106 </span>
 <span id="L107" class="LineNr">107 </span><span class="PreProc">fn</span> <span class="muTest"><a href='main.mu.html#L107'>test-render-bold-text</a></span> <span class="Delimiter">{</span>
 <span id="L108" class="LineNr">108 </span>  <span class="muComment"># input text</span>
 <span id="L109" class="LineNr">109 </span>  <span class="PreProc">var</span> input-storage: (handle buffered-file)
 <span id="L110" class="LineNr">110 </span>  <span class="PreProc">var</span> input-ah/<span class="Constant">eax</span>: (addr handle buffered-file) <span class="SpecialChar">&lt;-</span> address input-storage
-<span id="L111" class="LineNr">111 </span>  <a href='../../306files.subx.html#L76'>populate-buffered-file-containing</a> <span class="Constant">&quot;a *b* c&quot;</span>, input-ah
+<span id="L111" class="LineNr">111 </span>  <a href='../../306files.subx.html#L89'>populate-buffered-file-containing</a> <span class="Constant">&quot;a *b* c&quot;</span>, input-ah
 <span id="L112" class="LineNr">112 </span>  <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr buffered-file) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> input-storage
 <span id="L113" class="LineNr">113 </span>  <span class="muComment"># output screen</span>
 <span id="L114" class="LineNr">114 </span>  <span class="PreProc">var</span> pg: paginated-screen
@@ -177,8 +177,8 @@ if ('onhashchange' in window) {
 <span id="L118" class="LineNr">118 </span>  <a href='main.mu.html#L63'>render</a> pg-addr, in
 <span id="L119" class="LineNr">119 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L120" class="LineNr">120 </span>  <span class="PreProc">var</span> <a href='../../405screen.mu.html#L9'>screen</a>/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L121" class="LineNr">121 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a>         <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">&quot; a b c&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L107'>test-render-bold-text</a>/text&quot;</span>
-<span id="L122" class="LineNr">122 </span>  <a href='../../405screen.mu.html#L839'>check-screen-row-in-bold</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">&quot;   b  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L107'>test-render-bold-text</a>/bold&quot;</span>
+<span id="L121" class="LineNr">121 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a>         <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">&quot; a b c&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L107'>test-render-bold-text</a>/text&quot;</span>
+<span id="L122" class="LineNr">122 </span>  <a href='../../405screen.mu.html#L838'>check-screen-row-in-bold</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">&quot;   b  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L107'>test-render-bold-text</a>/bold&quot;</span>
 <span id="L123" class="LineNr">123 </span><span class="Delimiter">}</span>
 <span id="L124" class="LineNr">124 </span>
 <span id="L125" class="LineNr">125 </span><span class="muComment"># terminals don't always support italics, so we'll just always render italics</span>
@@ -187,7 +187,7 @@ if ('onhashchange' in window) {
 <span id="L128" class="LineNr">128 </span>  <span class="muComment"># input text</span>
 <span id="L129" class="LineNr">129 </span>  <span class="PreProc">var</span> input-storage: (handle buffered-file)
 <span id="L130" class="LineNr">130 </span>  <span class="PreProc">var</span> input-ah/<span class="Constant">eax</span>: (addr handle buffered-file) <span class="SpecialChar">&lt;-</span> address input-storage
-<span id="L131" class="LineNr">131 </span>  <a href='../../306files.subx.html#L76'>populate-buffered-file-containing</a> <span class="Constant">&quot;a _b_ c&quot;</span>, input-ah
+<span id="L131" class="LineNr">131 </span>  <a href='../../306files.subx.html#L89'>populate-buffered-file-containing</a> <span class="Constant">&quot;a _b_ c&quot;</span>, input-ah
 <span id="L132" class="LineNr">132 </span>  <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr buffered-file) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> input-storage
 <span id="L133" class="LineNr">133 </span>  <span class="muComment"># output screen</span>
 <span id="L134" class="LineNr">134 </span>  <span class="PreProc">var</span> pg: paginated-screen
@@ -197,15 +197,15 @@ if ('onhashchange' in window) {
 <span id="L138" class="LineNr">138 </span>  <a href='main.mu.html#L63'>render</a> pg-addr, in
 <span id="L139" class="LineNr">139 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L140" class="LineNr">140 </span>  <span class="PreProc">var</span> <a href='../../405screen.mu.html#L9'>screen</a>/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L141" class="LineNr">141 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a>         <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">&quot; a b c&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L127'>test-render-pseudoitalic-text</a>/text&quot;</span>
-<span id="L142" class="LineNr">142 </span>  <a href='../../405screen.mu.html#L839'>check-screen-row-in-bold</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">&quot;   b  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L127'>test-render-pseudoitalic-text</a>/bold&quot;</span>
+<span id="L141" class="LineNr">141 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a>         <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">&quot; a b c&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L127'>test-render-pseudoitalic-text</a>/text&quot;</span>
+<span id="L142" class="LineNr">142 </span>  <a href='../../405screen.mu.html#L838'>check-screen-row-in-bold</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">&quot;   b  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L127'>test-render-pseudoitalic-text</a>/bold&quot;</span>
 <span id="L143" class="LineNr">143 </span><span class="Delimiter">}</span>
 <span id="L144" class="LineNr">144 </span>
 <span id="L145" class="LineNr">145 </span><span class="PreProc">fn</span> <span class="muTest"><a href='main.mu.html#L145'>test-render-asterisk-in-text</a></span> <span class="Delimiter">{</span>
 <span id="L146" class="LineNr">146 </span>  <span class="muComment"># input text</span>
 <span id="L147" class="LineNr">147 </span>  <span class="PreProc">var</span> input-storage: (handle buffered-file)
 <span id="L148" class="LineNr">148 </span>  <span class="PreProc">var</span> input-ah/<span class="Constant">eax</span>: (addr handle buffered-file) <span class="SpecialChar">&lt;-</span> address input-storage
-<span id="L149" class="LineNr">149 </span>  <a href='../../306files.subx.html#L76'>populate-buffered-file-containing</a> <span class="Constant">&quot;a*b*c&quot;</span>, input-ah
+<span id="L149" class="LineNr">149 </span>  <a href='../../306files.subx.html#L89'>populate-buffered-file-containing</a> <span class="Constant">&quot;a*b*c&quot;</span>, input-ah
 <span id="L150" class="LineNr">150 </span>  <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr buffered-file) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> input-storage
 <span id="L151" class="LineNr">151 </span>  <span class="muComment"># output screen</span>
 <span id="L152" class="LineNr">152 </span>  <span class="PreProc">var</span> pg: paginated-screen
@@ -215,8 +215,8 @@ if ('onhashchange' in window) {
 <span id="L156" class="LineNr">156 </span>  <a href='main.mu.html#L63'>render</a> pg-addr, in
 <span id="L157" class="LineNr">157 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L158" class="LineNr">158 </span>  <span class="PreProc">var</span> <a href='../../405screen.mu.html#L9'>screen</a>/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L159" class="LineNr">159 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a>         <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">&quot; a*b*c&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L107'>test-render-bold-text</a>/text&quot;</span>
-<span id="L160" class="LineNr">160 </span>  <a href='../../405screen.mu.html#L839'>check-screen-row-in-bold</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L107'>test-render-bold-text</a>/bold&quot;</span>
+<span id="L159" class="LineNr">159 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a>         <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">&quot; a*b*c&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L107'>test-render-bold-text</a>/text&quot;</span>
+<span id="L160" class="LineNr">160 </span>  <a href='../../405screen.mu.html#L838'>check-screen-row-in-bold</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L107'>test-render-bold-text</a>/bold&quot;</span>
 <span id="L161" class="LineNr">161 </span><span class="Delimiter">}</span>
 <span id="L162" class="LineNr">162 </span>
 <span id="L163" class="LineNr">163 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='main.mu.html#L163'>render-normal</a></span> <a href='../../405screen.mu.html#L9'>screen</a>: (addr paginated-screen), fs: (addr buffered-file) <span class="Delimiter">{</span>
diff --git a/html/apps/browse/paginated-screen.mu.html b/html/apps/browse/paginated-screen.mu.html
index 30e961ec..9f282de6 100644
--- a/html/apps/browse/paginated-screen.mu.html
+++ b/html/apps/browse/paginated-screen.mu.html
@@ -261,7 +261,7 @@ if ('onhashchange' in window) {
 <span id="L200" class="LineNr">200 </span>  <span class="Delimiter">}</span>
 <span id="L201" class="LineNr">201 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L202" class="LineNr">202 </span>  <span class="PreProc">var</span> screen-addr/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L203" class="LineNr">203 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> screen-addr, <span class="Constant">1</span>, <span class="Constant">&quot;a&quot;</span>, <span class="Constant">&quot;F - test-print-grapheme-on-paginated-screen&quot;</span>
+<span id="L203" class="LineNr">203 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> screen-addr, <span class="Constant">1</span>, <span class="Constant">&quot;a&quot;</span>, <span class="Constant">&quot;F - test-print-grapheme-on-paginated-screen&quot;</span>
 <span id="L204" class="LineNr">204 </span><span class="Delimiter">}</span>
 <span id="L205" class="LineNr">205 </span>
 <span id="L206" class="LineNr">206 </span><span class="PreProc">fn</span> <span class="muTest"><a href='paginated-screen.mu.html#L206'>test-print-single-page</a></span> <span class="Delimiter">{</span>
@@ -300,8 +300,8 @@ if ('onhashchange' in window) {
 <span id="L239" class="LineNr">239 </span>  <span class="Delimiter">}</span>
 <span id="L240" class="LineNr">240 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L241" class="LineNr">241 </span>  <span class="PreProc">var</span> screen-addr/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L242" class="LineNr">242 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> screen-addr, <span class="Constant">1</span>, <span class="Constant">&quot;ab  &quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L206'>test-print-single-page</a>/row1&quot;</span>
-<span id="L243" class="LineNr">243 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> screen-addr, <span class="Constant">2</span>, <span class="Constant">&quot;cd  &quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L206'>test-print-single-page</a>/row2&quot;</span>
+<span id="L242" class="LineNr">242 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> screen-addr, <span class="Constant">1</span>, <span class="Constant">&quot;ab  &quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L206'>test-print-single-page</a>/row1&quot;</span>
+<span id="L243" class="LineNr">243 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> screen-addr, <span class="Constant">2</span>, <span class="Constant">&quot;cd  &quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L206'>test-print-single-page</a>/row2&quot;</span>
 <span id="L244" class="LineNr">244 </span>  <span class="muComment"># currently it's hard-coded that we avoid printing to the bottom-most row of the screen</span>
 <span id="L245" class="LineNr">245 </span><span class="Delimiter">}</span>
 <span id="L246" class="LineNr">246 </span>
@@ -347,8 +347,8 @@ if ('onhashchange' in window) {
 <span id="L286" class="LineNr">286 </span>  <span class="Delimiter">}</span>
 <span id="L287" class="LineNr">287 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L288" class="LineNr">288 </span>  <span class="PreProc">var</span> screen-addr/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L289" class="LineNr">289 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> screen-addr, <span class="Constant">1</span>, <span class="Constant">&quot;abcd&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L247'>test-print-single-page-narrower-than-page-width</a>/row1&quot;</span>
-<span id="L290" class="LineNr">290 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> screen-addr, <span class="Constant">2</span>, <span class="Constant">&quot;e   &quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L247'>test-print-single-page-narrower-than-page-width</a>/row2&quot;</span>
+<span id="L289" class="LineNr">289 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> screen-addr, <span class="Constant">1</span>, <span class="Constant">&quot;abcd&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L247'>test-print-single-page-narrower-than-page-width</a>/row1&quot;</span>
+<span id="L290" class="LineNr">290 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> screen-addr, <span class="Constant">2</span>, <span class="Constant">&quot;e   &quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L247'>test-print-single-page-narrower-than-page-width</a>/row2&quot;</span>
 <span id="L291" class="LineNr">291 </span>  <span class="muComment"># currently it's hard-coded that we avoid printing to the bottom-most row of the screen</span>
 <span id="L292" class="LineNr">292 </span><span class="Delimiter">}</span>
 <span id="L293" class="LineNr">293 </span>
@@ -394,8 +394,8 @@ if ('onhashchange' in window) {
 <span id="L333" class="LineNr">333 </span>  <span class="Delimiter">}</span>
 <span id="L334" class="LineNr">334 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L335" class="LineNr">335 </span>  <span class="PreProc">var</span> screen-addr/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L336" class="LineNr">336 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> screen-addr, <span class="Constant">1</span>, <span class="Constant">&quot; abc&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L294'>test-print-single-page-narrower-than-page-width-with-margin</a>/row1&quot;</span>
-<span id="L337" class="LineNr">337 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> screen-addr, <span class="Constant">2</span>, <span class="Constant">&quot; de &quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L294'>test-print-single-page-narrower-than-page-width-with-margin</a>/row2&quot;</span>
+<span id="L336" class="LineNr">336 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> screen-addr, <span class="Constant">1</span>, <span class="Constant">&quot; abc&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L294'>test-print-single-page-narrower-than-page-width-with-margin</a>/row1&quot;</span>
+<span id="L337" class="LineNr">337 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> screen-addr, <span class="Constant">2</span>, <span class="Constant">&quot; de &quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L294'>test-print-single-page-narrower-than-page-width-with-margin</a>/row2&quot;</span>
 <span id="L338" class="LineNr">338 </span>  <span class="muComment"># currently it's hard-coded that we avoid printing to the bottom-most row of the screen</span>
 <span id="L339" class="LineNr">339 </span><span class="Delimiter">}</span>
 <span id="L340" class="LineNr">340 </span>
@@ -434,8 +434,8 @@ if ('onhashchange' in window) {
 <span id="L373" class="LineNr">373 </span>  <span class="Delimiter">}</span>
 <span id="L374" class="LineNr">374 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L375" class="LineNr">375 </span>  <span class="PreProc">var</span> screen-addr/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L376" class="LineNr">376 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> screen-addr, <span class="Constant">1</span>, <span class="Constant">&quot;ac&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L341'>test-print-multiple-pages</a>/row1&quot;</span>
-<span id="L377" class="LineNr">377 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> screen-addr, <span class="Constant">2</span>, <span class="Constant">&quot;bd&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L341'>test-print-multiple-pages</a>/row2&quot;</span>
+<span id="L376" class="LineNr">376 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> screen-addr, <span class="Constant">1</span>, <span class="Constant">&quot;ac&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L341'>test-print-multiple-pages</a>/row1&quot;</span>
+<span id="L377" class="LineNr">377 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> screen-addr, <span class="Constant">2</span>, <span class="Constant">&quot;bd&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L341'>test-print-multiple-pages</a>/row2&quot;</span>
 <span id="L378" class="LineNr">378 </span>  <span class="muComment"># currently it's hard-coded that we avoid printing to the bottom-most row of the screen</span>
 <span id="L379" class="LineNr">379 </span><span class="Delimiter">}</span>
 <span id="L380" class="LineNr">380 </span>
@@ -502,8 +502,8 @@ if ('onhashchange' in window) {
 <span id="L441" class="LineNr">441 </span>  <span class="Delimiter">}</span>
 <span id="L442" class="LineNr">442 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L443" class="LineNr">443 </span>  <span class="PreProc">var</span> screen-addr/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L444" class="LineNr">444 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> screen-addr, <span class="Constant">1</span>, <span class="Constant">&quot;abef&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L381'>test-print-multiple-pages-2</a>/row1&quot;</span>
-<span id="L445" class="LineNr">445 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> screen-addr, <span class="Constant">2</span>, <span class="Constant">&quot;cdgh&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L381'>test-print-multiple-pages-2</a>/row2&quot;</span>
+<span id="L444" class="LineNr">444 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> screen-addr, <span class="Constant">1</span>, <span class="Constant">&quot;abef&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L381'>test-print-multiple-pages-2</a>/row1&quot;</span>
+<span id="L445" class="LineNr">445 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> screen-addr, <span class="Constant">2</span>, <span class="Constant">&quot;cdgh&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L381'>test-print-multiple-pages-2</a>/row2&quot;</span>
 <span id="L446" class="LineNr">446 </span>  <span class="muComment"># currently it's hard-coded that we avoid printing to the bottom-most row of the screen</span>
 <span id="L447" class="LineNr">447 </span><span class="Delimiter">}</span>
 <span id="L448" class="LineNr">448 </span>
@@ -570,9 +570,9 @@ if ('onhashchange' in window) {
 <span id="L509" class="LineNr">509 </span>  <span class="Delimiter">}</span>
 <span id="L510" class="LineNr">510 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L511" class="LineNr">511 </span>  <span class="PreProc">var</span> screen-addr/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L512" class="LineNr">512 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> screen-addr, <span class="Constant">1</span>, <span class="Constant">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L449'>test-print-multiple-pages-with-margins</a>/row1&quot;</span>
-<span id="L513" class="LineNr">513 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> screen-addr, <span class="Constant">2</span>, <span class="Constant">&quot; ab ef&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L449'>test-print-multiple-pages-with-margins</a>/row2&quot;</span>
-<span id="L514" class="LineNr">514 </span>  <a href='../../405screen.mu.html#L613'>check-screen-row</a> screen-addr, <span class="Constant">3</span>, <span class="Constant">&quot; cd gh&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L449'>test-print-multiple-pages-with-margins</a>/row3&quot;</span>
+<span id="L512" class="LineNr">512 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> screen-addr, <span class="Constant">1</span>, <span class="Constant">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L449'>test-print-multiple-pages-with-margins</a>/row1&quot;</span>
+<span id="L513" class="LineNr">513 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> screen-addr, <span class="Constant">2</span>, <span class="Constant">&quot; ab ef&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L449'>test-print-multiple-pages-with-margins</a>/row2&quot;</span>
+<span id="L514" class="LineNr">514 </span>  <a href='../../405screen.mu.html#L612'>check-screen-row</a> screen-addr, <span class="Constant">3</span>, <span class="Constant">&quot; cd gh&quot;</span>, <span class="Constant">&quot;F - <a href='paginated-screen.mu.html#L449'>test-print-multiple-pages-with-margins</a>/row3&quot;</span>
 <span id="L515" class="LineNr">515 </span>  <span class="muComment"># currently it's hard-coded that we avoid printing to the bottom-most row of the screen</span>
 <span id="L516" class="LineNr">516 </span><span class="Delimiter">}</span>
 <span id="L517" class="LineNr">517 </span>
@@ -612,42 +612,42 @@ if ('onhashchange' in window) {
 <span id="L551" class="LineNr">551 </span>  <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='paginated-screen.mu.html#L12'>paginated-screen</a>) <span class="SpecialChar">&lt;-</span> copy _self
 <span id="L552" class="LineNr">552 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> self, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L553" class="LineNr">553 </span>  <span class="PreProc">var</span> screen-addr/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L554" class="LineNr">554 </span>  <a href='../../405screen.mu.html#L509'>start-color</a> screen-addr, fg, bg
+<span id="L554" class="LineNr">554 </span>  <a href='../../405screen.mu.html#L508'>start-color</a> screen-addr, fg, bg
 <span id="L555" class="LineNr">555 </span><span class="Delimiter">}</span>
 <span id="L556" class="LineNr">556 </span>
 <span id="L557" class="LineNr">557 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='paginated-screen.mu.html#L557'>start-bold-on-paginated-screen</a></span> _self: (addr <a href='paginated-screen.mu.html#L12'>paginated-screen</a>) <span class="Delimiter">{</span>
 <span id="L558" class="LineNr">558 </span>  <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='paginated-screen.mu.html#L12'>paginated-screen</a>) <span class="SpecialChar">&lt;-</span> copy _self
 <span id="L559" class="LineNr">559 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> self, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L560" class="LineNr">560 </span>  <span class="PreProc">var</span> screen-addr/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L561" class="LineNr">561 </span>  <a href='../../405screen.mu.html#L527'>start-bold</a> screen-addr
+<span id="L561" class="LineNr">561 </span>  <a href='../../405screen.mu.html#L526'>start-bold</a> screen-addr
 <span id="L562" class="LineNr">562 </span><span class="Delimiter">}</span>
 <span id="L563" class="LineNr">563 </span>
 <span id="L564" class="LineNr">564 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='paginated-screen.mu.html#L564'>start-underline-on-paginated-screen</a></span> _self: (addr <a href='paginated-screen.mu.html#L12'>paginated-screen</a>) <span class="Delimiter">{</span>
 <span id="L565" class="LineNr">565 </span>  <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='paginated-screen.mu.html#L12'>paginated-screen</a>) <span class="SpecialChar">&lt;-</span> copy _self
 <span id="L566" class="LineNr">566 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> self, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L567" class="LineNr">567 </span>  <span class="PreProc">var</span> screen-addr/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L568" class="LineNr">568 </span>  <a href='../../405screen.mu.html#L541'>start-underline</a> screen-addr
+<span id="L568" class="LineNr">568 </span>  <a href='../../405screen.mu.html#L540'>start-underline</a> screen-addr
 <span id="L569" class="LineNr">569 </span><span class="Delimiter">}</span>
 <span id="L570" class="LineNr">570 </span>
 <span id="L571" class="LineNr">571 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='paginated-screen.mu.html#L571'>start-reverse-video-on-paginated-screen</a></span> _self: (addr <a href='paginated-screen.mu.html#L12'>paginated-screen</a>) <span class="Delimiter">{</span>
 <span id="L572" class="LineNr">572 </span>  <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='paginated-screen.mu.html#L12'>paginated-screen</a>) <span class="SpecialChar">&lt;-</span> copy _self
 <span id="L573" class="LineNr">573 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> self, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L574" class="LineNr">574 </span>  <span class="PreProc">var</span> screen-addr/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L575" class="LineNr">575 </span>  <a href='../../405screen.mu.html#L555'>start-reverse-video</a> screen-addr
+<span id="L575" class="LineNr">575 </span>  <a href='../../405screen.mu.html#L554'>start-reverse-video</a> screen-addr
 <span id="L576" class="LineNr">576 </span><span class="Delimiter">}</span>
 <span id="L577" class="LineNr">577 </span>
 <span id="L578" class="LineNr">578 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='paginated-screen.mu.html#L578'>start-blinking-on-paginated-screen</a></span> _self: (addr <a href='paginated-screen.mu.html#L12'>paginated-screen</a>) <span class="Delimiter">{</span>
 <span id="L579" class="LineNr">579 </span>  <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='paginated-screen.mu.html#L12'>paginated-screen</a>) <span class="SpecialChar">&lt;-</span> copy _self
 <span id="L580" class="LineNr">580 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> self, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L581" class="LineNr">581 </span>  <span class="PreProc">var</span> screen-addr/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L582" class="LineNr">582 </span>  <a href='../../405screen.mu.html#L569'>start-blinking</a> screen-addr
+<span id="L582" class="LineNr">582 </span>  <a href='../../405screen.mu.html#L568'>start-blinking</a> screen-addr
 <span id="L583" class="LineNr">583 </span><span class="Delimiter">}</span>
 <span id="L584" class="LineNr">584 </span>
 <span id="L585" class="LineNr">585 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='paginated-screen.mu.html#L585'>reset-formatting-on-paginated-screen</a></span> _self: (addr <a href='paginated-screen.mu.html#L12'>paginated-screen</a>) <span class="Delimiter">{</span>
 <span id="L586" class="LineNr">586 </span>  <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='paginated-screen.mu.html#L12'>paginated-screen</a>) <span class="SpecialChar">&lt;-</span> copy _self
 <span id="L587" class="LineNr">587 </span>  <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../131table.subx.html#L26'>get</a> self, <a href='../../405screen.mu.html#L9'>screen</a>
 <span id="L588" class="LineNr">588 </span>  <span class="PreProc">var</span> screen-addr/<span class="Constant">eax</span>: (addr <a href='../../405screen.mu.html#L9'>screen</a>) <span class="SpecialChar">&lt;-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah
-<span id="L589" class="LineNr">589 </span>  <a href='../../405screen.mu.html#L492'>reset-formatting</a> screen-addr
+<span id="L589" class="LineNr">589 </span>  <a href='../../405screen.mu.html#L491'>reset-formatting</a> screen-addr
 <span id="L590" class="LineNr">590 </span><span class="Delimiter">}</span>
 <span id="L591" class="LineNr">591 </span>
 <span id="L592" class="LineNr">592 </span><span class="muComment">## helpers</span>