From 3ff2fe607c2cb5690d201d3b83ddcc957e949b7a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 9 Nov 2021 09:23:31 -0800 Subject: . --- html/500fake-screen.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/500fake-screen.mu.html') 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) { 71 copy-to *dest, 0 72 } 73 - 74 # in graphemes + 74 # in code-point-utf8s 75 fn screen-size _screen: (addr screen) -> _/eax: int, _/ecx: int { 76 var screen/esi: (addr screen) <- copy _screen 77 var width/eax: int <- copy 0 @@ -522,7 +522,7 @@ if ('onhashchange' in window) { 459 set-cursor-position screen, 0, 0 460 } 461 -462 # there's no grapheme that guarantees to cover every pixel, so we'll bump down +462 # there's no code-point-utf8 that guarantees to cover every pixel, so we'll bump down 463 # to pixels for a real screen 464 fn clear-real-screen { 465 var y/eax: int <- copy 0 -- cgit 1.4.1-2-gfad0