about summary refs log tree commit diff stats
path: root/html/linux/407right-justify.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/linux/407right-justify.mu.html')
-rw-r--r--html/linux/407right-justify.mu.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/linux/407right-justify.mu.html b/html/linux/407right-justify.mu.html
index 4c54f084..f49dbc19 100644
--- a/html/linux/407right-justify.mu.html
+++ b/html/linux/407right-justify.mu.html
@@ -15,13 +15,13 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color:
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .PreProc { color: #c000c0; }
-.muRegEcx { color: #870000; }
+.Special { color: #ff6060; }
 .LineNr { }
 .Constant { color: #008787; }
-.muFunction { color: #af5f00; text-decoration: underline; }
+.muRegEcx { color: #870000; }
 .Delimiter { color: #c000c0; }
+.muFunction { color: #af5f00; text-decoration: underline; }
 .muComment { color: #005faf; }
-.Special { color: #ff6060; }
 -->
 </style>
 
@@ -65,7 +65,7 @@ if ('onhashchange' in window) {
 <span id="L6" class="LineNr"> 6 </span>  <span class="Delimiter">{</span>
 <span id="L7" class="LineNr"> 7 </span>    compare n-width, width
 <span id="L8" class="LineNr"> 8 </span>    <span class="PreProc">break-if-&gt;=</span>
-<span id="L9" class="LineNr"> 9 </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="L9" class="LineNr"> 9 </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="L10" class="LineNr">10 </span>    width <span class="Special">&lt;-</span> decrement
 <span id="L11" class="LineNr">11 </span>    <span class="PreProc">loop</span>
 <span id="L12" class="LineNr">12 </span>  <span class="Delimiter">}</span>