From 2c56af2d8f791902f5ff59754c0277eddeb27a3e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 11 Nov 2020 23:43:04 -0800 Subject: 7227 --- html/apps/tile/box.mu.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'html/apps/tile/box.mu.html') diff --git a/html/apps/tile/box.mu.html b/html/apps/tile/box.mu.html index cfb3da04..88d29001 100644 --- a/html/apps/tile/box.mu.html +++ b/html/apps/tile/box.mu.html @@ -87,7 +87,7 @@ if ('onhashchange' in window) { 29 { 30 compare col, col2 31 break-if->= - 32 print-code-point screen, 0x2500 + 32 print-code-point screen, 0x2500 33 col <- increment 34 loop 35 } @@ -99,7 +99,7 @@ if ('onhashchange' in window) { 41 compare row, row2 42 break-if->= 43 move-cursor screen, row, col - 44 print-code-point screen, 0x2502 + 44 print-code-point screen, 0x2502 45 row <- increment 46 loop 47 } @@ -107,22 +107,22 @@ if ('onhashchange' in window) { 49 50 fn draw-top-left-corner screen: (addr screen), row: int, col: int { 51 move-cursor screen, row, col - 52 print-code-point screen, 0x250c + 52 print-code-point screen, 0x250c 53 } 54 55 fn draw-top-right-corner screen: (addr screen), row: int, col: int { 56 move-cursor screen, row, col - 57 print-code-point screen, 0x2510 + 57 print-code-point screen, 0x2510 58 } 59 60 fn draw-bottom-left-corner screen: (addr screen), row: int, col: int { 61 move-cursor screen, row, col - 62 print-code-point screen, 0x2514 + 62 print-code-point screen, 0x2514 63 } 64 65 fn draw-bottom-right-corner screen: (addr screen), row: int, col: int { 66 move-cursor screen, row, col - 67 print-code-point screen, 0x2518 + 67 print-code-point screen, 0x2518 68 } 69 70 # erase parts of screen the slow way -- cgit 1.4.1-2-gfad0