about summary refs log tree commit diff stats
path: root/html/linux/tile/value.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/linux/tile/value.mu.html')
-rw-r--r--html/linux/tile/value.mu.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/html/linux/tile/value.mu.html b/html/linux/tile/value.mu.html
index 2aa1a26f..fa671074 100644
--- a/html/linux/tile/value.mu.html
+++ b/html/linux/tile/value.mu.html
@@ -15,18 +15,18 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color:
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .PreProc { color: #c000c0; }
-.CommentedCode { color: #8a8a8a; }
-.muRegEcx { color: #870000; }
 .muRegEdx { color: #af5f00; }
 .LineNr { }
-.muRegEsi { color: #005faf; }
-.muRegEdi { color: #00af00; }
 .Constant { color: #008787; }
-.muFunction { color: #af5f00; text-decoration: underline; }
+.muRegEdi { color: #00af00; }
+.muComment { color: #005faf; }
+.muRegEsi { color: #005faf; }
 .muRegEbx { color: #5f00ff; }
+.muRegEcx { color: #870000; }
 .Delimiter { color: #c000c0; }
+.muFunction { color: #af5f00; text-decoration: underline; }
+.CommentedCode { color: #8a8a8a; }
 .Special { color: #ff6060; }
-.muComment { color: #005faf; }
 -->
 </style>
 
@@ -154,15 +154,15 @@ if ('onhashchange' in window) {
 <span id="L90" class="LineNr"> 90 </span>    fg <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L91" class="LineNr"> 91 </span>  <span class="Delimiter">}</span>
 <span id="L92" class="LineNr"> 92 </span>  <a href='../405screen.mu.html#L523'>start-color</a> <a href='../405screen.mu.html#L9'>screen</a>, fg, bg
-<span id="L93" class="LineNr"> 93 </span>  <a href='../405screen.mu.html#L214'>print-grapheme</a> <a href='../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x20</span>/space
+<span id="L93" class="LineNr"> 93 </span>  <a href='../405screen.mu.html#L214'>print-code-point-utf8</a> <a href='../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x20</span>/space
 <span id="L94" class="LineNr"> 94 </span>  <a href='../412print-float-decimal.mu.html#L151'>print-float-decimal-approximate</a> <a href='../405screen.mu.html#L9'>screen</a>, val, <span class="Constant">3</span>
-<span id="L95" class="LineNr"> 95 </span>  <a href='../405screen.mu.html#L214'>print-grapheme</a> <a href='../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x20</span>/space
+<span id="L95" class="LineNr"> 95 </span>  <a href='../405screen.mu.html#L214'>print-code-point-utf8</a> <a href='../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x20</span>/space
 <span id="L96" class="LineNr"> 96 </span><span class="Delimiter">}</span>
 <span id="L97" class="LineNr"> 97 </span>
 <span id="L98" class="LineNr"> 98 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='value.mu.html#L98'>render-array-at</a></span> <a href='../405screen.mu.html#L9'>screen</a>: (addr <a href='../405screen.mu.html#L9'>screen</a>), row: int, col: int, _a: (addr array <a href='data.mu.html#L49'>value</a>) <span class="Delimiter">{</span>
 <span id="L99" class="LineNr"> 99 </span>  <a href='../405screen.mu.html#L523'>start-color</a> <a href='../405screen.mu.html#L9'>screen</a>, <span class="Constant">0xf2</span>, <span class="Constant">7</span>
 <span id="L100" class="LineNr">100 </span>  <span class="muComment"># don't surround in spaces</span>
-<span id="L101" class="LineNr">101 </span>  <a href='../405screen.mu.html#L214'>print-grapheme</a> <a href='../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x5b</span>/[
+<span id="L101" class="LineNr">101 </span>  <a href='../405screen.mu.html#L214'>print-code-point-utf8</a> <a href='../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x5b</span>/[
 <span id="L102" class="LineNr">102 </span>  increment col
 <span id="L103" class="LineNr">103 </span>  <span class="PreProc">var</span> a/<span class="muRegEsi">esi</span>: (addr array <a href='data.mu.html#L49'>value</a>) <span class="Special">&lt;-</span> copy _a
 <span id="L104" class="LineNr">104 </span>  <span class="PreProc">var</span> <a href='surface.mu.html#L207'>max</a>/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> length a
@@ -186,7 +186,7 @@ if ('onhashchange' in window) {
 <span id="L122" class="LineNr">122 </span>    i <span class="Special">&lt;-</span> increment
 <span id="L123" class="LineNr">123 </span>    <span class="PreProc">loop</span>
 <span id="L124" class="LineNr">124 </span>  <span class="Delimiter">}</span>
-<span id="L125" class="LineNr">125 </span>  <a href='../405screen.mu.html#L214'>print-grapheme</a> <a href='../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x5d</span>/]
+<span id="L125" class="LineNr">125 </span>  <a href='../405screen.mu.html#L214'>print-code-point-utf8</a> <a href='../405screen.mu.html#L9'>screen</a>, <span class="Constant">0x5d</span>/]
 <span id="L126" class="LineNr">126 </span><span class="Delimiter">}</span>
 <span id="L127" class="LineNr">127 </span>
 <span id="L128" class="LineNr">128 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='value.mu.html#L128'>render-screen</a></span> <a href='../405screen.mu.html#L9'>screen</a>: (addr <a href='../405screen.mu.html#L9'>screen</a>), row: int, col: int, _target-screen: (addr <a href='../405screen.mu.html#L9'>screen</a>) <span class="Delimiter">{</span>
@@ -243,13 +243,13 @@ if ('onhashchange' in window) {
 <span id="L179" class="LineNr">179 </span>    <a href='../405screen.mu.html#L583'>start-blinking</a> <a href='../405screen.mu.html#L9'>screen</a>
 <span id="L180" class="LineNr">180 </span>    <a href='../405screen.mu.html#L523'>start-color</a> <a href='../405screen.mu.html#L9'>screen</a>, <span class="Constant">0</span>, <span class="Constant">1</span>
 <span id="L181" class="LineNr">181 </span>  <span class="Delimiter">}</span>
-<span id="L182" class="LineNr">182 </span>  <span class="PreProc">var</span> g/eax: grapheme <span class="Special">&lt;-</span> <a href='../405screen.mu.html#L308'>screen-grapheme-at</a> target, row, col
+<span id="L182" class="LineNr">182 </span>  <span class="PreProc">var</span> g/eax: code-point-utf8 <span class="Special">&lt;-</span> <a href='../405screen.mu.html#L308'>screen-code-point-utf8-at</a> target, row, col
 <span id="L183" class="LineNr">183 </span>  <span class="Delimiter">{</span>
 <span id="L184" class="LineNr">184 </span>    compare g, <span class="Constant">0</span>
 <span id="L185" class="LineNr">185 </span>    <span class="PreProc">break-if-!=</span>
 <span id="L186" class="LineNr">186 </span>    g <span class="Special">&lt;-</span> copy <span class="Constant">0x20</span>/space
 <span id="L187" class="LineNr">187 </span>  <span class="Delimiter">}</span>
-<span id="L188" class="LineNr">188 </span>  <a href='../405screen.mu.html#L214'>print-grapheme</a> <a href='../405screen.mu.html#L9'>screen</a>, g
+<span id="L188" class="LineNr">188 </span>  <a href='../405screen.mu.html#L214'>print-code-point-utf8</a> <a href='../405screen.mu.html#L9'>screen</a>, g
 <span id="L189" class="LineNr">189 </span>  <a href='../405screen.mu.html#L506'>reset-formatting</a> <a href='../405screen.mu.html#L9'>screen</a>
 <span id="L190" class="LineNr">190 </span><span class="Delimiter">}</span>
 <span id="L191" class="LineNr">191 </span>