From 82171a0fdfa28251cbc360dcf205392fee2c7eeb Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 31 May 2021 10:47:05 -0700 Subject: . --- html/colors.mu.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'html/colors.mu.html') diff --git a/html/colors.mu.html b/html/colors.mu.html index 756f0f90..33a0bff2 100644 --- a/html/colors.mu.html +++ b/html/colors.mu.html @@ -78,7 +78,7 @@ if ('onhashchange' in window) { 19 # read line from keyboard 20 clear-stream in 21 { - 22 draw-cursor screen, 0x20/space + 22 draw-cursor screen, 0x20/space 23 var key/eax: byte <- read-key keyboard 24 compare key, 0xa/newline 25 break-if-= @@ -91,7 +91,7 @@ if ('onhashchange' in window) { 32 move-cursor-right 0 33 loop 34 } - 35 clear-screen screen + 35 clear-screen screen 36 # parse 37 var a/ecx: int <- copy 0 38 var b/edx: int <- copy 0 @@ -275,11 +275,11 @@ if ('onhashchange' in window) { 216 break-if-!= 217 compare c, l 218 break-if-!= -219 set-cursor-position screen, 0x10/x, y -220 draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen screen, color, 7/fg, 0/bg -221 set-cursor-position screen, 0x14/x, y -222 draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, " ", 7/fg, 0/bg -223 draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, " ", 0/fg, color +219 set-cursor-position screen, 0x10/x, y +220 draw-int32-decimal-wrapping-right-then-down-from-cursor-over-full-screen screen, color, 7/fg, 0/bg +221 set-cursor-position screen, 0x14/x, y +222 draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, " ", 7/fg, 0/bg +223 draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, " ", 0/fg, color 224 #? draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, " ", 7/fg, 0/bg 225 #? draw-int32-hex-wrapping-right-then-down-from-cursor-over-full-screen screen, a, 7/fg, 0/bg 226 #? draw-text-wrapping-right-then-down-from-cursor-over-full-screen screen, " ", 7/fg, 0/bg -- cgit 1.4.1-2-gfad0