about summary refs log tree commit diff stats
path: root/html/console.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-03-07 01:41:48 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-03-07 01:41:48 -0800
commit9e751bb8c0cdf771d34c839cb6591d892b8e62de (patch)
tree2ac86646cd0aa204626a4fc842dbe8b2aa526817 /html/console.mu.html
parent848ebc1e6335cd1a34e07662242a367fefbc5229 (diff)
downloadmu-9e751bb8c0cdf771d34c839cb6591d892b8e62de.tar.gz
3761
Diffstat (limited to 'html/console.mu.html')
-rw-r--r--html/console.mu.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/html/console.mu.html b/html/console.mu.html
index 60e3eb3e..11cae6ee 100644
--- a/html/console.mu.html
+++ b/html/console.mu.html
@@ -15,13 +15,14 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 a { text-decoration: none; }
 a:hover { text-decoration: underline; }
 * { font-size: 12pt; font-size: 1em; }
+.muRecipe { color: #ff8700; }
+.Conceal { color: #4e4e4e; }
 .Delimiter { color: #800080; }
-.muControl { color: #c0a020; }
 .Special { color: #c00000; }
 .Comment { color: #9090ff; }
 .Constant { color: #00a0a0; }
 .LineNr { color: #444444; }
-.muRecipe { color: #ff8700; }
+.muControl { color: #c0a020; }
 -->
 </style>
 
@@ -64,10 +65,10 @@ if ('onhashchange' in window) {
 <span id="L6" class="LineNr"> 6 </span>  <span class="Constant">local-scope</span>
 <span id="L7" class="LineNr"> 7 </span>  open-console
 <span id="L8" class="LineNr"> 8 </span>  <span class="Delimiter">{</span>
-<span id="L9" class="LineNr"> 9 </span>    e:<a href='084console.mu.html#L4'>event</a>, found?:bool <span class="Special">&lt;-</span> check-for-interaction
-<span id="L10" class="LineNr">10 </span>    <span class="muControl">break-if</span> found?
-<span id="L11" class="LineNr">11 </span>    print-character-to-display<span class="Constant"> 97</span>, <span class="Constant">7/white</span>
-<span id="L12" class="LineNr">12 </span>    <span class="muControl">loop</span>
+<span id="L9" class="LineNr"> 9 </span>  <span class="Conceal">¦</span> e:<a href='084console.mu.html#L4'>event</a>, found?:bool <span class="Special">&lt;-</span> check-for-interaction
+<span id="L10" class="LineNr">10 </span>  <span class="Conceal">¦</span> <span class="muControl">break-if</span> found?
+<span id="L11" class="LineNr">11 </span>  <span class="Conceal">¦</span> print-character-to-display<span class="Constant"> 97</span>, <span class="Constant">7/white</span>
+<span id="L12" class="LineNr">12 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L13" class="LineNr">13 </span>  <span class="Delimiter">}</span>
 <span id="L14" class="LineNr">14 </span>  close-console
 <span id="L15" class="LineNr">15 </span>  $print e, <span class="Constant">10/newline</span>