about summary refs log tree commit diff stats
path: root/html/shell/main.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/shell/main.mu.html')
-rw-r--r--html/shell/main.mu.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/html/shell/main.mu.html b/html/shell/main.mu.html
index 800f8b8f..d6222803 100644
--- a/html/shell/main.mu.html
+++ b/html/shell/main.mu.html
@@ -14,15 +14,14 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
-.muComment { color: #005faf; }
-.LineNr { }
+.PreProc { color: #c000c0; }
 .Special { color: #ff6060; }
-.muRegEsi { color: #87d787; }
-.muRegEax { color: #875f00; }
+.LineNr { }
+.Constant { color: #008787; }
+.muRegEsi { color: #005faf; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
-.Constant { color: #008787; }
-.PreProc { color: #c000c0; }
+.muComment { color: #005faf; }
 -->
 </style>
 
@@ -70,10 +69,10 @@ if ('onhashchange' in window) {
 <span id="L10" class="LineNr">10 </span>    <a href='environment.mu.html#L115'>render-environment</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, env
 <span id="L11" class="LineNr">11 </span>    <span class="muComment"># no way to quit right now; just reboot</span>
 <span id="L12" class="LineNr">12 </span>    <span class="Delimiter">{</span>
-<span id="L13" class="LineNr">13 </span>      <span class="PreProc">var</span> key/<span class="muRegEax">eax</span>: byte <span class="Special">&lt;-</span> <a href='../102keyboard.subx.html#L21'>read-key</a> keyboard
+<span id="L13" class="LineNr">13 </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="L14" class="LineNr">14 </span>      compare key, <span class="Constant">0</span>
 <span id="L15" class="LineNr">15 </span>      <span class="PreProc">loop-if-=</span>
-<span id="L16" class="LineNr">16 </span>      <span class="PreProc">var</span> key/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> copy key
+<span id="L16" class="LineNr">16 </span>      <span class="PreProc">var</span> key/eax: grapheme <span class="Special">&lt;-</span> copy key
 <span id="L17" class="LineNr">17 </span>      <a href='environment.mu.html#L148'>edit-environment</a> env, key, data-disk
 <span id="L18" class="LineNr">18 </span>    <span class="Delimiter">}</span>
 <span id="L19" class="LineNr">19 </span>    <span class="PreProc">loop</span>