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.html36
1 files changed, 18 insertions, 18 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>