about summary refs log tree commit diff stats
path: root/html/500fake-screen.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/500fake-screen.mu.html')
-rw-r--r--html/500fake-screen.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/500fake-screen.mu.html b/html/500fake-screen.mu.html
index 56909c43..fcdc1c8d 100644
--- a/html/500fake-screen.mu.html
+++ b/html/500fake-screen.mu.html
@@ -134,7 +134,7 @@ if ('onhashchange' in window) {
 <span id="L71" class="LineNr"> 71 </span>  copy-to *dest, <span class="Constant">0</span>
 <span id="L72" class="LineNr"> 72 </span><span class="Delimiter">}</span>
 <span id="L73" class="LineNr"> 73 </span>
-<span id="L74" class="LineNr"> 74 </span><span class="muComment"># in graphemes</span>
+<span id="L74" class="LineNr"> 74 </span><span class="muComment"># in code-point-utf8s</span>
 <span id="L75" class="LineNr"> 75 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='500fake-screen.mu.html#L75'>screen-size</a></span> _screen: (addr <a href='500fake-screen.mu.html#L16'>screen</a>)<span class="PreProc"> -&gt; </span>_/eax: int, _/<span class="muRegEcx">ecx</span>: int <span class="Delimiter">{</span>
 <span id="L76" class="LineNr"> 76 </span>  <span class="PreProc">var</span> <a href='500fake-screen.mu.html#L16'>screen</a>/<span class="muRegEsi">esi</span>: (addr <a href='500fake-screen.mu.html#L16'>screen</a>) <span class="Special">&lt;-</span> copy _screen
 <span id="L77" class="LineNr"> 77 </span>  <span class="PreProc">var</span> width/eax: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
@@ -522,7 +522,7 @@ if ('onhashchange' in window) {
 <span id="L459" class="LineNr">459 </span>  <a href='500fake-screen.mu.html#L269'>set-cursor-position</a> <a href='500fake-screen.mu.html#L16'>screen</a>, <span class="Constant">0</span>, <span class="Constant">0</span>
 <span id="L460" class="LineNr">460 </span><span class="Delimiter">}</span>
 <span id="L461" class="LineNr">461 </span>
-<span id="L462" class="LineNr">462 </span><span class="muComment"># there's no grapheme that guarantees to cover every pixel, so we'll bump down</span>
+<span id="L462" class="LineNr">462 </span><span class="muComment"># there's no code-point-utf8 that guarantees to cover every pixel, so we'll bump down</span>
 <span id="L463" class="LineNr">463 </span><span class="muComment"># to pixels for a real screen</span>
 <span id="L464" class="LineNr">464 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='500fake-screen.mu.html#L464'>clear-real-screen</a></span> <span class="Delimiter">{</span>
 <span id="L465" class="LineNr">465 </span>  <span class="PreProc">var</span> y/eax: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>