about summary refs log tree commit diff stats
path: root/html/browse-slack/main.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/browse-slack/main.mu.html')
-rw-r--r--html/browse-slack/main.mu.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/html/browse-slack/main.mu.html b/html/browse-slack/main.mu.html
index 410ee14d..649d0f1f 100644
--- a/html/browse-slack/main.mu.html
+++ b/html/browse-slack/main.mu.html
@@ -112,7 +112,7 @@ if ('onhashchange' in window) {
 <span id="L48" class="LineNr"> 48 </span><span class="muComment">#   message-text-limit</span>
 <span id="L49" class="LineNr"> 49 </span><span class="muComment">#   channel-capacity</span>
 <span id="L50" class="LineNr"> 50 </span>
-<span id="L51" class="LineNr"> 51 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='main.mu.html#L51'>main</a></span> <a href='../500fake-screen.mu.html#L14'>screen</a>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>), keyboard: (addr keyboard), data-disk: (addr disk) <span class="Delimiter">{</span>
+<span id="L51" class="LineNr"> 51 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='main.mu.html#L51'>main</a></span> <a href='../500fake-screen.mu.html#L16'>screen</a>: (addr <a href='../500fake-screen.mu.html#L16'>screen</a>), keyboard: (addr keyboard), data-disk: (addr disk) <span class="Delimiter">{</span>
 <span id="L52" class="LineNr"> 52 </span>  <span class="muComment"># load entire disk contents to a single enormous stream</span>
 <span id="L53" class="LineNr"> 53 </span>  <span class="PreProc">var</span> s-h: (handle stream byte)  <span class="muComment"># the stream is too large to put on the stack</span>
 <span id="L54" class="LineNr"> 54 </span>  <span class="PreProc">var</span> s-ah/eax: (addr handle stream byte) <span class="Special">&lt;-</span> address s-h
@@ -121,12 +121,12 @@ if ('onhashchange' in window) {
 <span id="L57" class="LineNr"> 57 </span>  <span class="PreProc">var</span> s/<span class="muRegEbx">ebx</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _s
 <span id="L58" class="LineNr"> 58 </span>  <span class="PreProc">var</span> sector-count/eax: int <span class="Special">&lt;-</span> copy <span class="Constant">0x400</span>  <span class="muComment"># test_data</span>
 <span id="L59" class="LineNr"> 59 </span><span class="CommentedCode">#?   var sector-count/eax: int &lt;- copy 0x20000  # largest size tested; slow</span>
-<span id="L60" class="LineNr"> 60 </span>  <a href='../500fake-screen.mu.html#L267'>set-cursor-position</a> <span class="Constant">0</span>/screen, <span class="Constant">0x20</span>/x <span class="Constant">0</span>/y  <span class="muComment"># aborts clobber the screen starting x=0</span>
-<span id="L61" class="LineNr"> 61 </span>  <a href='../501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot;loading &quot;</span>, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
-<span id="L62" class="LineNr"> 62 </span>  <a href='../501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, sector-count, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
-<span id="L63" class="LineNr"> 63 </span>  <a href='../501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot; sectors from data disk..&quot;</span>, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
+<span id="L60" class="LineNr"> 60 </span>  <a href='../500fake-screen.mu.html#L269'>set-cursor-position</a> <span class="Constant">0</span>/screen, <span class="Constant">0x20</span>/x <span class="Constant">0</span>/y  <span class="muComment"># aborts clobber the screen starting x=0</span>
+<span id="L61" class="LineNr"> 61 </span>  <a href='../501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <a href='../500fake-screen.mu.html#L16'>screen</a>, <span class="Constant">&quot;loading &quot;</span>, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
+<span id="L62" class="LineNr"> 62 </span>  <a href='../501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <a href='../500fake-screen.mu.html#L16'>screen</a>, sector-count, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
+<span id="L63" class="LineNr"> 63 </span>  <a href='../501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <a href='../500fake-screen.mu.html#L16'>screen</a>, <span class="Constant">&quot; sectors from data disk..&quot;</span>, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
 <span id="L64" class="LineNr"> 64 </span>  <a href='../510disk.mu.html#L1'>load-sectors</a> data-disk, <span class="Constant">0</span>/lba, sector-count, s
-<span id="L65" class="LineNr"> 65 </span>  <a href='../501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot;done&quot;</span>, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
+<span id="L65" class="LineNr"> 65 </span>  <a href='../501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <a href='../500fake-screen.mu.html#L16'>screen</a>, <span class="Constant">&quot;done&quot;</span>, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
 <span id="L66" class="LineNr"> 66 </span>  <span class="muComment"># parse global data structures out of the stream</span>
 <span id="L67" class="LineNr"> 67 </span>  <span class="PreProc">var</span> users-h: (handle array <a href='main.mu.html#L7'>user</a>)
 <span id="L68" class="LineNr"> 68 </span>  <span class="PreProc">var</span> users-ah/eax: (addr handle array <a href='main.mu.html#L7'>user</a>) <span class="Special">&lt;-</span> address users-h
@@ -148,7 +148,7 @@ if ('onhashchange' in window) {
 <span id="L84" class="LineNr"> 84 </span>  <span class="PreProc">var</span> env/<span class="muRegEbx">ebx</span>: (addr <a href='environment.mu.html#L1'>environment</a>) <span class="Special">&lt;-</span> address env-storage
 <span id="L85" class="LineNr"> 85 </span>  <a href='environment.mu.html#L48'>initialize-environment</a> env, items
 <span id="L86" class="LineNr"> 86 </span>  <span class="Delimiter">{</span>
-<span id="L87" class="LineNr"> 87 </span>    <a href='environment.mu.html#L69'>render-environment</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, env, users, channels, items
+<span id="L87" class="LineNr"> 87 </span>    <a href='environment.mu.html#L69'>render-environment</a> <a href='../500fake-screen.mu.html#L16'>screen</a>, env, users, channels, items
 <span id="L88" class="LineNr"> 88 </span>    <span class="Delimiter">{</span>
 <span id="L89" class="LineNr"> 89 </span>      <span class="PreProc">var</span> key/eax: byte <span class="Special">&lt;-</span> <a href='../102keyboard.subx.html#L21'>read-key</a> keyboard
 <span id="L90" class="LineNr"> 90 </span>      compare key, <span class="Constant">0</span>
@@ -176,7 +176,7 @@ if ('onhashchange' in window) {
 <span id="L112" class="LineNr">112 </span>    <span class="PreProc">var</span> c/eax: byte <span class="Special">&lt;-</span> <a href='../112read-byte.subx.html#L47'>peek-byte</a> in
 <span id="L113" class="LineNr">113 </span>    compare c, <span class="Constant">0</span>
 <span id="L114" class="LineNr">114 </span>    <span class="PreProc">break-if-=</span>
-<span id="L115" class="LineNr">115 </span>    <a href='../500fake-screen.mu.html#L267'>set-cursor-position</a> <span class="Constant">0</span>/screen, <span class="Constant">0x20</span>/x <span class="Constant">1</span>/y
+<span id="L115" class="LineNr">115 </span>    <a href='../500fake-screen.mu.html#L269'>set-cursor-position</a> <span class="Constant">0</span>/screen, <span class="Constant">0x20</span>/x <span class="Constant">1</span>/y
 <span id="L116" class="LineNr">116 </span>    <a href='../501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;parsed &quot;</span> <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
 <span id="L117" class="LineNr">117 </span>    <a href='../501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, user-idx, <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
 <span id="L118" class="LineNr">118 </span>    <a href='../501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot; users, &quot;</span> <span class="Constant">3</span>/fg <span class="Constant">0</span>/bg
@@ -208,7 +208,7 @@ if ('onhashchange' in window) {
 <span id="L144" class="LineNr">144 </span>  compare paren, <span class="Constant">0x28</span>/open-paren
 <span id="L145" class="LineNr">145 </span>  <span class="Delimiter">{</span>
 <span id="L146" class="LineNr">146 </span>    <span class="PreProc">break-if-=</span>
-<span id="L147" class="LineNr">147 </span>    <a href='../500fake-screen.mu.html#L267'>set-cursor-position</a> <span class="Constant">0</span>/screen, <span class="Constant">0x20</span> <span class="Constant">0x10</span>
+<span id="L147" class="LineNr">147 </span>    <a href='../500fake-screen.mu.html#L269'>set-cursor-position</a> <span class="Constant">0</span>/screen, <span class="Constant">0x20</span> <span class="Constant">0x10</span>
 <span id="L148" class="LineNr">148 </span>    <span class="PreProc">var</span> c/eax: int <span class="Special">&lt;-</span> copy paren
 <span id="L149" class="LineNr">149 </span>    <a href='../501draw-text.mu.html#L449'>draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen c, <span class="Constant">5</span>/fg <span class="Constant">0</span>/bg
 <span id="L150" class="LineNr">150 </span>    <a href='../317abort.subx.html#L5'>abort</a> <span class="Constant">&quot;parse-record: (&quot;</span>