diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-11-29 13:36:32 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-11-29 13:42:27 -0800 |
commit | 775f77c3346d231fc6133de2c7da2bb1e8ef0c2e (patch) | |
tree | 3daff158b0bf201c625abca645ce09014df51315 /html/apps/browse | |
parent | 55dfa5b98530bdeae19f5e1f118634d9c774773f (diff) | |
download | mu-775f77c3346d231fc6133de2c7da2bb1e8ef0c2e.tar.gz |
7306
Diffstat (limited to 'html/apps/browse')
-rw-r--r-- | html/apps/browse/main.mu.html | 26 | ||||
-rw-r--r-- | html/apps/browse/paginated-screen.mu.html | 40 |
2 files changed, 33 insertions, 33 deletions
diff --git a/html/apps/browse/main.mu.html b/html/apps/browse/main.mu.html index 0949562c..e4dbaa9a 100644 --- a/html/apps/browse/main.mu.html +++ b/html/apps/browse/main.mu.html @@ -135,9 +135,9 @@ if ('onhashchange' in window) { <span id="L76" class="LineNr"> 76 </span> <a href='main.mu.html#L60'>render</a> pg-addr, in <span id="L77" class="LineNr"> 77 </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"><-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a> <span id="L78" class="LineNr"> 78 </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"><-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah -<span id="L79" class="LineNr"> 79 </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">" "</span>, <span class="Constant">"F - <a href='main.mu.html#L65'>test-render-multicolumn-text</a>/row1"</span> -<span id="L80" class="LineNr"> 80 </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">" ab ef"</span>, <span class="Constant">"F - <a href='main.mu.html#L65'>test-render-multicolumn-text</a>/row2"</span> -<span id="L81" class="LineNr"> 81 </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">" cd gh"</span>, <span class="Constant">"F - <a href='main.mu.html#L65'>test-render-multicolumn-text</a>/row3"</span> +<span id="L79" class="LineNr"> 79 </span> <a href='../../405screen.mu.html#L623'>check-screen-row</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">1</span>, <span class="Constant">" "</span>, <span class="Constant">"F - <a href='main.mu.html#L65'>test-render-multicolumn-text</a>/row1"</span> +<span id="L80" class="LineNr"> 80 </span> <a href='../../405screen.mu.html#L623'>check-screen-row</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">" ab ef"</span>, <span class="Constant">"F - <a href='main.mu.html#L65'>test-render-multicolumn-text</a>/row2"</span> +<span id="L81" class="LineNr"> 81 </span> <a href='../../405screen.mu.html#L623'>check-screen-row</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">3</span>, <span class="Constant">" cd gh"</span>, <span class="Constant">"F - <a href='main.mu.html#L65'>test-render-multicolumn-text</a>/row3"</span> <span id="L82" class="LineNr"> 82 </span><span class="Delimiter">}</span> <span id="L83" class="LineNr"> 83 </span> <span id="L84" class="LineNr"> 84 </span><span class="PreProc">fn</span> <span class="muTest"><a href='main.mu.html#L84'>test-render-heading-text</a></span> <span class="Delimiter">{</span> @@ -154,10 +154,10 @@ if ('onhashchange' in window) { <span id="L95" class="LineNr"> 95 </span> <a href='main.mu.html#L60'>render</a> pg-addr, in <span id="L96" class="LineNr"> 96 </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"><-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a> <span id="L97" class="LineNr"> 97 </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"><-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah -<span id="L98" class="LineNr"> 98 </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">" "</span>, <span class="Constant">"F - <a href='main.mu.html#L84'>test-render-heading-text</a>/row1"</span> -<span id="L99" class="LineNr"> 99 </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">" abc "</span>, <span class="Constant">"F - <a href='main.mu.html#L84'>test-render-heading-text</a>/heading"</span> -<span id="L100" class="LineNr">100 </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">" "</span>, <span class="Constant">"F - <a href='main.mu.html#L84'>test-render-heading-text</a>/row3"</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">4</span>, <span class="Constant">" def "</span>, <span class="Constant">"F - <a href='main.mu.html#L84'>test-render-heading-text</a>/row4"</span> +<span id="L98" class="LineNr"> 98 </span> <a href='../../405screen.mu.html#L623'>check-screen-row</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">1</span>, <span class="Constant">" "</span>, <span class="Constant">"F - <a href='main.mu.html#L84'>test-render-heading-text</a>/row1"</span> +<span id="L99" class="LineNr"> 99 </span> <a href='../../405screen.mu.html#L677'>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">" abc "</span>, <span class="Constant">"F - <a href='main.mu.html#L84'>test-render-heading-text</a>/heading"</span> +<span id="L100" class="LineNr">100 </span> <a href='../../405screen.mu.html#L623'>check-screen-row</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">3</span>, <span class="Constant">" "</span>, <span class="Constant">"F - <a href='main.mu.html#L84'>test-render-heading-text</a>/row3"</span> +<span id="L101" class="LineNr">101 </span> <a href='../../405screen.mu.html#L623'>check-screen-row</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">4</span>, <span class="Constant">" def "</span>, <span class="Constant">"F - <a href='main.mu.html#L84'>test-render-heading-text</a>/row4"</span> <span id="L102" class="LineNr">102 </span><span class="Delimiter">}</span> <span id="L103" class="LineNr">103 </span> <span id="L104" class="LineNr">104 </span><span class="PreProc">fn</span> <span class="muTest"><a href='main.mu.html#L104'>test-render-bold-text</a></span> <span class="Delimiter">{</span> @@ -174,8 +174,8 @@ if ('onhashchange' in window) { <span id="L115" class="LineNr">115 </span> <a href='main.mu.html#L60'>render</a> pg-addr, in <span id="L116" class="LineNr">116 </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"><-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a> <span id="L117" class="LineNr">117 </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"><-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah -<span id="L118" class="LineNr">118 </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">" a b c"</span>, <span class="Constant">"F - <a href='main.mu.html#L104'>test-render-bold-text</a>/text"</span> -<span id="L119" class="LineNr">119 </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">" b "</span>, <span class="Constant">"F - <a href='main.mu.html#L104'>test-render-bold-text</a>/bold"</span> +<span id="L118" class="LineNr">118 </span> <a href='../../405screen.mu.html#L623'>check-screen-row</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">" a b c"</span>, <span class="Constant">"F - <a href='main.mu.html#L104'>test-render-bold-text</a>/text"</span> +<span id="L119" class="LineNr">119 </span> <a href='../../405screen.mu.html#L849'>check-screen-row-in-bold</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">" b "</span>, <span class="Constant">"F - <a href='main.mu.html#L104'>test-render-bold-text</a>/bold"</span> <span id="L120" class="LineNr">120 </span><span class="Delimiter">}</span> <span id="L121" class="LineNr">121 </span> <span id="L122" class="LineNr">122 </span><span class="muComment"># terminals don't always support italics, so we'll just always render italics</span> @@ -194,8 +194,8 @@ if ('onhashchange' in window) { <span id="L135" class="LineNr">135 </span> <a href='main.mu.html#L60'>render</a> pg-addr, in <span id="L136" class="LineNr">136 </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"><-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a> <span id="L137" class="LineNr">137 </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"><-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah -<span id="L138" class="LineNr">138 </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">" a b c"</span>, <span class="Constant">"F - <a href='main.mu.html#L124'>test-render-pseudoitalic-text</a>/text"</span> -<span id="L139" class="LineNr">139 </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">" b "</span>, <span class="Constant">"F - <a href='main.mu.html#L124'>test-render-pseudoitalic-text</a>/bold"</span> +<span id="L138" class="LineNr">138 </span> <a href='../../405screen.mu.html#L623'>check-screen-row</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">" a b c"</span>, <span class="Constant">"F - <a href='main.mu.html#L124'>test-render-pseudoitalic-text</a>/text"</span> +<span id="L139" class="LineNr">139 </span> <a href='../../405screen.mu.html#L849'>check-screen-row-in-bold</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">" b "</span>, <span class="Constant">"F - <a href='main.mu.html#L124'>test-render-pseudoitalic-text</a>/bold"</span> <span id="L140" class="LineNr">140 </span><span class="Delimiter">}</span> <span id="L141" class="LineNr">141 </span> <span id="L142" class="LineNr">142 </span><span class="PreProc">fn</span> <span class="muTest"><a href='main.mu.html#L142'>test-render-asterisk-in-text</a></span> <span class="Delimiter">{</span> @@ -212,8 +212,8 @@ if ('onhashchange' in window) { <span id="L153" class="LineNr">153 </span> <a href='main.mu.html#L60'>render</a> pg-addr, in <span id="L154" class="LineNr">154 </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"><-</span> <a href='../../131table.subx.html#L26'>get</a> pg, <a href='../../405screen.mu.html#L9'>screen</a> <span id="L155" class="LineNr">155 </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"><-</span> <a href='../../120allocate.subx.html#L256'>lookup</a> *screen-ah -<span id="L156" class="LineNr">156 </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">" a*b*c"</span>, <span class="Constant">"F - <a href='main.mu.html#L104'>test-render-bold-text</a>/text"</span> -<span id="L157" class="LineNr">157 </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">" "</span>, <span class="Constant">"F - <a href='main.mu.html#L104'>test-render-bold-text</a>/bold"</span> +<span id="L156" class="LineNr">156 </span> <a href='../../405screen.mu.html#L623'>check-screen-row</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">" a*b*c"</span>, <span class="Constant">"F - <a href='main.mu.html#L104'>test-render-bold-text</a>/text"</span> +<span id="L157" class="LineNr">157 </span> <a href='../../405screen.mu.html#L849'>check-screen-row-in-bold</a> <a href='../../405screen.mu.html#L9'>screen</a>, <span class="Constant">2</span>, <span class="Constant">" "</span>, <span class="Constant">"F - <a href='main.mu.html#L104'>test-render-bold-text</a>/bold"</span> <span id="L158" class="LineNr">158 </span><span class="Delimiter">}</span> <span id="L159" class="LineNr">159 </span> <span id="L160" class="LineNr">160 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='main.mu.html#L160'>render-normal</a></span> <a href='../../405screen.mu.html#L9'>screen</a>: (addr <a href='paginated-screen.mu.html#L12'>paginated-screen</a>), 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 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"><-</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"><-</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">"a"</span>, <span class="Constant">"F - test-print-grapheme-on-paginated-screen"</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">"a"</span>, <span class="Constant">"F - test-print-grapheme-on-paginated-screen"</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"><-</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"><-</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">"ab "</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L206'>test-print-single-page</a>/row1"</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">"cd "</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L206'>test-print-single-page</a>/row2"</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">"ab "</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L206'>test-print-single-page</a>/row1"</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">"cd "</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L206'>test-print-single-page</a>/row2"</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"><-</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"><-</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">"abcd"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L247'>test-print-single-page-narrower-than-page-width</a>/row1"</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">"e "</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L247'>test-print-single-page-narrower-than-page-width</a>/row2"</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">"abcd"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L247'>test-print-single-page-narrower-than-page-width</a>/row1"</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">"e "</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L247'>test-print-single-page-narrower-than-page-width</a>/row2"</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"><-</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"><-</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">" abc"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L294'>test-print-single-page-narrower-than-page-width-with-margin</a>/row1"</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">" de "</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L294'>test-print-single-page-narrower-than-page-width-with-margin</a>/row2"</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">" abc"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L294'>test-print-single-page-narrower-than-page-width-with-margin</a>/row1"</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">" de "</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L294'>test-print-single-page-narrower-than-page-width-with-margin</a>/row2"</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"><-</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"><-</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">"ac"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L341'>test-print-multiple-pages</a>/row1"</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">"bd"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L341'>test-print-multiple-pages</a>/row2"</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">"ac"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L341'>test-print-multiple-pages</a>/row1"</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">"bd"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L341'>test-print-multiple-pages</a>/row2"</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"><-</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"><-</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">"abef"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L381'>test-print-multiple-pages-2</a>/row1"</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">"cdgh"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L381'>test-print-multiple-pages-2</a>/row2"</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">"abef"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L381'>test-print-multiple-pages-2</a>/row1"</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">"cdgh"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L381'>test-print-multiple-pages-2</a>/row2"</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"><-</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"><-</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">" "</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L449'>test-print-multiple-pages-with-margins</a>/row1"</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">" ab ef"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L449'>test-print-multiple-pages-with-margins</a>/row2"</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">" cd gh"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L449'>test-print-multiple-pages-with-margins</a>/row3"</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">" "</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L449'>test-print-multiple-pages-with-margins</a>/row1"</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">" ab ef"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L449'>test-print-multiple-pages-with-margins</a>/row2"</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">" cd gh"</span>, <span class="Constant">"F - <a href='paginated-screen.mu.html#L449'>test-print-multiple-pages-with-margins</a>/row3"</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"><-</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"><-</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"><-</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"><-</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"><-</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"><-</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"><-</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"><-</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"><-</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"><-</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"><-</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"><-</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"><-</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"><-</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"><-</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"><-</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"><-</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"><-</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> |