about summary refs log tree commit diff stats
path: root/html/screen.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/screen.mu.html')
-rw-r--r--html/screen.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/screen.mu.html b/html/screen.mu.html
index 4b485314..ec6d0a4d 100644
--- a/html/screen.mu.html
+++ b/html/screen.mu.html
@@ -58,7 +58,7 @@ if ('onhashchange' in window) {
 <span id="L2" class="LineNr"> 2 </span>
 <span id="L3" class="LineNr"> 3 </span><span class="Comment"># The zero screen below means 'use the real screen'. Tests can also use fake</span>
 <span id="L4" class="LineNr"> 4 </span><span class="Comment"># screens.</span>
-<span id="L5" class="LineNr"> 5 </span><span class="muRecipe">def</span> main [
+<span id="L5" class="LineNr"> 5 </span><span class="muRecipe">def</span> <a href='screen.mu.html#L5'>main</a> [
 <span id="L6" class="LineNr"> 6 </span>  open-console
 <span id="L7" class="LineNr"> 7 </span>  10:char <span class="Special">&lt;-</span> copy <span class="Constant">97/a</span>
 <span id="L8" class="LineNr"> 8 </span>  print <span class="Constant">0/screen</span>, 10:char/a, <span class="Constant">2/red</span>