about summary refs log tree commit diff stats
path: root/html/apps/browse.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-07-11 00:02:29 -0700
committerKartik Agaram <vc@akkartik.com>2020-07-11 00:02:29 -0700
commit1c349ac7c571a97978e1cbbe726430ae9c741972 (patch)
treea555a01c640d6c589febf3961a771366126376c6 /html/apps/browse.mu.html
parentec73ed1230d75deb0f913a32617c9f1e0a5ca640 (diff)
downloadmu-1c349ac7c571a97978e1cbbe726430ae9c741972.tar.gz
6631
Diffstat (limited to 'html/apps/browse.mu.html')
-rw-r--r--html/apps/browse.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/browse.mu.html b/html/apps/browse.mu.html
index a587f8d5..74b1c5f1 100644
--- a/html/apps/browse.mu.html
+++ b/html/apps/browse.mu.html
@@ -65,7 +65,7 @@ if ('onhashchange' in window) {
 <span id="L6" class="LineNr">  6 </span><span class="Comment">#</span>
 <span id="L7" class="LineNr">  7 </span><span class="Comment"># Press 'q' to quit. All other keys scroll down.</span>
 <span id="L8" class="LineNr">  8 </span>
-<span id="L9" class="LineNr">  9 </span><span class="PreProc">fn</span> <span class="muFunction">main</span> args-on-stack: (addr array (addr array byte))<span class="PreProc"> -&gt; </span>exit-status/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
+<span id="L9" class="LineNr">  9 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='browse.mu.html#L9'>main</a></span> args-on-stack: (addr array (addr array byte))<span class="PreProc"> -&gt; </span>exit-status/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
 <span id="L10" class="Folded"> 10 </span><span class="Folded">+-- 20 lines: # var file/esi: (addr buffered-file) = open args-on-stack[1] for reading --------------------------------------------------------------------------------------------------</span>
 <span id="L30" class="LineNr"> 30 </span>  <a href='../304screen.subx.html#L6'>enable-screen-grid-mode</a>
 <span id="L31" class="LineNr"> 31 </span>  <span class="PreProc">var</span> nrows/<span class="Constant">eax</span>: int <span class="SpecialChar">&lt;-</span> copy <span class="Constant">0</span>