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/500fake-screen.mu.html | |
parent | ef8fd8851a883eefd7bd55ffc31d6e00f67d50a8 (diff) | |
download | mu-3ff2fe607c2cb5690d201d3b83ddcc957e949b7a.tar.gz |
.
Diffstat (limited to 'html/500fake-screen.mu.html')
-rw-r--r-- | html/500fake-screen.mu.html | 4 |
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"> -> </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"><-</span> copy _screen <span id="L77" class="LineNr"> 77 </span> <span class="PreProc">var</span> width/eax: int <span class="Special"><-</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"><-</span> copy <span class="Constant">0</span> |