about summary refs log tree commit diff stats
path: root/html/apps/browse/main.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/browse/main.mu.html')
-rw-r--r--html/apps/browse/main.mu.html26
1 files changed, 13 insertions, 13 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">&lt;-</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">&lt;-</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">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L65'>test-render-multicolumn-text</a>/row1&quot;</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">&quot; ab ef&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L65'>test-render-multicolumn-text</a>/row2&quot;</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">&quot; cd gh&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L65'>test-render-multicolumn-text</a>/row3&quot;</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">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L65'>test-render-multicolumn-text</a>/row1&quot;</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">&quot; ab ef&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L65'>test-render-multicolumn-text</a>/row2&quot;</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">&quot; cd gh&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L65'>test-render-multicolumn-text</a>/row3&quot;</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">&lt;-</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">&lt;-</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">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L84'>test-render-heading-text</a>/row1&quot;</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">&quot; abc  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L84'>test-render-heading-text</a>/heading&quot;</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">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L84'>test-render-heading-text</a>/row3&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">4</span>, <span class="Constant">&quot; def  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L84'>test-render-heading-text</a>/row4&quot;</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">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L84'>test-render-heading-text</a>/row1&quot;</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">&quot; abc  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L84'>test-render-heading-text</a>/heading&quot;</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">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L84'>test-render-heading-text</a>/row3&quot;</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">&quot; def  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L84'>test-render-heading-text</a>/row4&quot;</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">&lt;-</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">&lt;-</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">&quot; a b c&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L104'>test-render-bold-text</a>/text&quot;</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">&quot;   b  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L104'>test-render-bold-text</a>/bold&quot;</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">&quot; a b c&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L104'>test-render-bold-text</a>/text&quot;</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">&quot;   b  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L104'>test-render-bold-text</a>/bold&quot;</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">&lt;-</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">&lt;-</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">&quot; a b c&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L124'>test-render-pseudoitalic-text</a>/text&quot;</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">&quot;   b  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L124'>test-render-pseudoitalic-text</a>/bold&quot;</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">&quot; a b c&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L124'>test-render-pseudoitalic-text</a>/text&quot;</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">&quot;   b  &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L124'>test-render-pseudoitalic-text</a>/bold&quot;</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">&lt;-</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">&lt;-</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">&quot; a*b*c&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L104'>test-render-bold-text</a>/text&quot;</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">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L104'>test-render-bold-text</a>/bold&quot;</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">&quot; a*b*c&quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L104'>test-render-bold-text</a>/text&quot;</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">&quot;      &quot;</span>, <span class="Constant">&quot;F - <a href='main.mu.html#L104'>test-render-bold-text</a>/bold&quot;</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>