about summary refs log tree commit diff stats
path: root/html/apps/tui.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/tui.mu.html')
-rw-r--r--html/apps/tui.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/tui.mu.html b/html/apps/tui.mu.html
index 93733c11..cc259340 100644
--- a/html/apps/tui.mu.html
+++ b/html/apps/tui.mu.html
@@ -62,7 +62,7 @@ if ('onhashchange' in window) {
 <span id="L4" class="LineNr"> 4 </span><span class="Comment">#   $ ./translate_mu apps/tui.mu</span>
 <span id="L5" class="LineNr"> 5 </span><span class="Comment">#   $ ./a.elf</span>
 <span id="L6" class="LineNr"> 6 </span>
-<span id="L7" class="LineNr"> 7 </span><span class="PreProc">fn</span> <span class="muFunction">main</span><span class="PreProc"> -&gt; </span>exit-status/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
+<span id="L7" class="LineNr"> 7 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tui.mu.html#L7'>main</a></span><span class="PreProc"> -&gt; </span>exit-status/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
 <span id="L8" class="LineNr"> 8 </span>  <span class="PreProc">var</span> nrows/<span class="Constant">eax</span>: int <span class="SpecialChar">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L9" class="LineNr"> 9 </span>  <span class="PreProc">var</span> ncols/<span class="Constant">ecx</span>: int <span class="SpecialChar">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L10" class="LineNr">10 </span>  nrows, ncols <span class="SpecialChar">&lt;-</span> <a href='../304screen.subx.html#L37'>screen-size</a>