From 61ec86b71928afc4a7b0a9c787ba88d5b4b3040b Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 30 Aug 2021 09:21:52 -0700 Subject: . --- html/shell/print.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/shell/print.mu.html') diff --git a/html/shell/print.mu.html b/html/shell/print.mu.html index a48d11b2..ee9331b1 100644 --- a/html/shell/print.mu.html +++ b/html/shell/print.mu.html @@ -230,7 +230,7 @@ if ('onhashchange' in window) { 167 print-cell in-ah, stream, trace 168 var d1/eax: int <- copy 0 169 var d2/ecx: int <- copy 0 -170 d1, d2 <- draw-stream-wrapping-right-then-down 0/screen, stream, 0/xmin, 0/ymin, 0x80/xmax, 0x30/ymax, 0/x, 0/y, 7/fg, 0xc5/bg=blue-bg +170 d1, d2 <- draw-stream-wrapping-right-then-down 0/screen, stream, 0/xmin, 0/ymin, 0x80/xmax, 0x30/ymax, 0/x, 0/y, 7/fg, 0xc5/bg=blue-bg 171 } 172 173 fn dump-cell-from-cursor-over-full-screen in-ah: (addr handle cell), fg: int, bg: int { @@ -240,7 +240,7 @@ if ('onhashchange' in window) { 177 var trace/edi: (addr trace) <- address trace-storage 178 initialize-trace trace, 1/only-errors, 0x10/capacity, 0/visible 179 print-cell in-ah, stream, trace -180 draw-stream-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, stream, fg, bg +180 draw-stream-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, stream, fg, bg 181 } 182 183 fn print-symbol _in: (addr cell), out: (addr stream byte), trace: (addr trace) { -- cgit 1.4.1-2-gfad0