about summary refs log tree commit diff stats
path: root/html/display.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/display.mu.html')
-rw-r--r--html/display.mu.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/html/display.mu.html b/html/display.mu.html
index 75ccd75d..75a76413 100644
--- a/html/display.mu.html
+++ b/html/display.mu.html
@@ -32,14 +32,14 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 
 <span class="muRecipe">def</span> main [
   open-console
-  print-character-to-display <span class="Constant">97</span>, <span class="Constant">1/red</span>, <span class="Constant">2/green</span>
-  <span class="Constant">1</span>:num/<span class="Special">raw</span>, <span class="Constant">2</span>:num/<span class="Special">raw &lt;- </span>cursor-position-on-display
+  print-character-to-display<span class="Constant"> 97</span>, <span class="Constant">1/red</span>, <span class="Constant">2/green</span>
+  1:num/<span class="Special">raw</span>, 2:num/<span class="Special">raw</span> <span class="Special">&lt;-</span> cursor-position-on-display
   wait-for-some-interaction
   clear-display
-  move-cursor-on-display <span class="Constant">0</span>, <span class="Constant">4</span>
-  print-character-to-display <span class="Constant">98</span>
+  move-cursor-on-display<span class="Constant"> 0</span>,<span class="Constant"> 4</span>
+  print-character-to-display<span class="Constant"> 98</span>
   wait-for-some-interaction
-  move-cursor-on-display <span class="Constant">0</span>, <span class="Constant">0</span>
+  move-cursor-on-display<span class="Constant"> 0</span>,<span class="Constant"> 0</span>
   clear-line-on-display
   wait-for-some-interaction
   move-cursor-down-on-display