about summary refs log tree commit diff stats
path: root/html/apps/browse/paginated-screen.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/browse/paginated-screen.mu.html')
-rw-r--r--html/apps/browse/paginated-screen.mu.html40
1 files changed, 20 insertions, 20 deletions
diff --git a/html/apps/browse/paginated-screen.mu.html b/html/apps/browse/paginated-screen.mu.html
index 9f282de6..2b70fe63 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#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="L203" class="LineNr">203 </span>  <a href='../../405screen.mu.html#L623'>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#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="L242" class="LineNr">242 </span>  <a href='../../405screen.mu.html#L623'>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#L623'>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#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="L289" class="LineNr">289 </span>  <a href='../../405screen.mu.html#L623'>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#L623'>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#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="L336" class="LineNr">336 </span>  <a href='../../405screen.mu.html#L623'>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#L623'>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#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="L376" class="LineNr">376 </span>  <a href='../../405screen.mu.html#L623'>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#L623'>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#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="L444" class="LineNr">444 </span>  <a href='../../405screen.mu.html#L623'>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#L623'>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#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="L512" class="LineNr">512 </span>  <a href='../../405screen.mu.html#L623'>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#L623'>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#L623'>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#L508'>start-color</a> screen-addr, fg, bg
+<span id="L554" class="LineNr">554 </span>  <a href='../../405screen.mu.html#L519'>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#L526'>start-bold</a> screen-addr
+<span id="L561" class="LineNr">561 </span>  <a href='../../405screen.mu.html#L537'>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#L540'>start-underline</a> screen-addr
+<span id="L568" class="LineNr">568 </span>  <a href='../../405screen.mu.html#L551'>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#L554'>start-reverse-video</a> screen-addr
+<span id="L575" class="LineNr">575 </span>  <a href='../../405screen.mu.html#L565'>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#L568'>start-blinking</a> screen-addr
+<span id="L582" class="LineNr">582 </span>  <a href='../../405screen.mu.html#L579'>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#L491'>reset-formatting</a> screen-addr
+<span id="L589" class="LineNr">589 </span>  <a href='../../405screen.mu.html#L502'>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>