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/tui.mu.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'html/apps/tui.mu.html') diff --git a/html/apps/tui.mu.html b/html/apps/tui.mu.html index b5fc6487..35454832 100644 --- a/html/apps/tui.mu.html +++ b/html/apps/tui.mu.html @@ -68,15 +68,15 @@ if ('onhashchange' in window) { 10 nrows, ncols <- screen-size 0 11 enable-screen-grid-mode 12 move-cursor 0, 5, 0x22 -13 start-color 0, 1, 0x7a -14 start-blinking 0 +13 start-color 0, 1, 0x7a +14 start-blinking 0 15 print-string 0, "Hello world!" -16 reset-formatting 0 +16 reset-formatting 0 17 move-cursor 0, 6, 0x22 18 print-string 0, "tty dimensions: " -19 print-int32-hex 0, nrows +19 print-int32-hex 0, nrows 20 print-string 0, " rows, " -21 print-int32-hex 0, ncols +21 print-int32-hex 0, ncols 22 print-string 0, " rows\n" 23 24 print-string 0, "press a key to see its code: " @@ -86,7 +86,7 @@ if ('onhashchange' in window) { 28 enable-screen-type-mode 29 print-string 0, "You pressed " 30 var x-int/eax: int <- copy x -31 print-int32-hex 0, x-int +31 print-int32-hex 0, x-int 32 print-string 0, "\n" 33 return 0 34 } -- cgit 1.4.1-2-gfad0