diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-11-09 09:23:31 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-11-09 09:23:31 -0800 |
commit | 3ff2fe607c2cb5690d201d3b83ddcc957e949b7a (patch) | |
tree | 2dd6019731bad313ecf0423d6063c9d0fa0bb77e /html/linux/tile/main.mu.html | |
parent | ef8fd8851a883eefd7bd55ffc31d6e00f67d50a8 (diff) | |
download | mu-3ff2fe607c2cb5690d201d3b83ddcc957e949b7a.tar.gz |
.
Diffstat (limited to 'html/linux/tile/main.mu.html')
-rw-r--r-- | html/linux/tile/main.mu.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/html/linux/tile/main.mu.html b/html/linux/tile/main.mu.html index f274b46e..9f972072 100644 --- a/html/linux/tile/main.mu.html +++ b/html/linux/tile/main.mu.html @@ -15,16 +15,16 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color: a { color:inherit; } * { font-size:12pt; font-size: 1em; } .PreProc { color: #c000c0; } -.muComment { color: #005faf; } -.muRegEcx { color: #870000; } .LineNr { } .muRegEsi { color: #005faf; } -.muRegEdi { color: #00af00; } +.muRegEbx { color: #5f00ff; } .Constant { color: #008787; } -.muFunction { color: #af5f00; text-decoration: underline; } +.muRegEdi { color: #00af00; } +.muRegEcx { color: #870000; } .Delimiter { color: #c000c0; } +.muFunction { color: #af5f00; text-decoration: underline; } +.muComment { color: #005faf; } .Special { color: #ff6060; } -.muRegEbx { color: #5f00ff; } --> </style> @@ -116,7 +116,7 @@ if ('onhashchange' in window) { <span id="L54" class="LineNr"> 54 </span> <a href='environment.mu.html#L30'>initialize-environment</a> env <span id="L55" class="LineNr"> 55 </span> <span class="Delimiter">{</span> <span id="L56" class="LineNr"> 56 </span> <a href='environment.mu.html#L1309'>render</a> env -<span id="L57" class="LineNr"> 57 </span> <span class="PreProc">var</span> key/eax: grapheme <span class="Special"><-</span> <a href='../305keyboard.subx.html#L132'>read-key-from-real-keyboard</a> +<span id="L57" class="LineNr"> 57 </span> <span class="PreProc">var</span> key/eax: code-point-utf8 <span class="Special"><-</span> <a href='../305keyboard.subx.html#L132'>read-key-from-real-keyboard</a> <span id="L58" class="LineNr"> 58 </span> compare key, <span class="Constant">0x11</span>/ctrl-q <span id="L59" class="LineNr"> 59 </span> <span class="PreProc">break-if-=</span> <span id="L60" class="LineNr"> 60 </span> <a href='environment.mu.html#L73'>process</a> env, key @@ -141,7 +141,7 @@ if ('onhashchange' in window) { <span id="L79" class="LineNr"> 79 </span> <span class="PreProc">var</span> done?/eax: boolean <span class="Special"><-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> cmds-stream-a <span id="L80" class="LineNr"> 80 </span> compare done?, <span class="Constant">0</span>/false <span id="L81" class="LineNr"> 81 </span> <span class="PreProc">break-if-!=</span> -<span id="L82" class="LineNr"> 82 </span> <span class="PreProc">var</span> g/eax: grapheme <span class="Special"><-</span> <a href='../403unicode.mu.html#L158'>read-grapheme</a> cmds-stream-a +<span id="L82" class="LineNr"> 82 </span> <span class="PreProc">var</span> g/eax: code-point-utf8 <span class="Special"><-</span> <a href='../403unicode.mu.html#L155'>read-code-point-utf8</a> cmds-stream-a <span id="L83" class="LineNr"> 83 </span> <a href='environment.mu.html#L73'>process</a> env, g <span id="L84" class="LineNr"> 84 </span> <span class="PreProc">loop</span> <span id="L85" class="LineNr"> 85 </span> <span class="Delimiter">}</span> @@ -167,7 +167,7 @@ if ('onhashchange' in window) { <span id="L105" class="LineNr">105 </span> <span class="PreProc">var</span> done?/eax: boolean <span class="Special"><-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> <a href='data.mu.html#L34'>line</a> <span id="L106" class="LineNr">106 </span> compare done?, <span class="Constant">0</span>/false <span id="L107" class="LineNr">107 </span> <span class="PreProc">break-if-!=</span> -<span id="L108" class="LineNr">108 </span> <span class="PreProc">var</span> g/eax: grapheme <span class="Special"><-</span> <a href='../403unicode.mu.html#L158'>read-grapheme</a> <a href='data.mu.html#L34'>line</a> +<span id="L108" class="LineNr">108 </span> <span class="PreProc">var</span> g/eax: code-point-utf8 <span class="Special"><-</span> <a href='../403unicode.mu.html#L155'>read-code-point-utf8</a> <a href='data.mu.html#L34'>line</a> <span id="L109" class="LineNr">109 </span> <a href='environment.mu.html#L73'>process</a> env, g <span id="L110" class="LineNr">110 </span> <span class="PreProc">loop</span> <span id="L111" class="LineNr">111 </span> <span class="Delimiter">}</span> |