From 3ff2fe607c2cb5690d201d3b83ddcc957e949b7a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 9 Nov 2021 09:23:31 -0800 Subject: . --- html/linux/apps/tui.mu.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/linux/apps/tui.mu.html') diff --git a/html/linux/apps/tui.mu.html b/html/linux/apps/tui.mu.html index 82681e6a..81caaa41 100644 --- a/html/linux/apps/tui.mu.html +++ b/html/linux/apps/tui.mu.html @@ -15,14 +15,14 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color: a { color:inherit; } * { font-size:12pt; font-size: 1em; } .PreProc { color: #c000c0; } -.muRegEcx { color: #870000; } .Special { color: #ff6060; } .LineNr { } +.muRegEbx { color: #5f00ff; } .Constant { color: #008787; } -.muFunction { color: #af5f00; text-decoration: underline; } +.muRegEcx { color: #870000; } .Delimiter { color: #c000c0; } +.muFunction { color: #af5f00; text-decoration: underline; } .muComment { color: #005faf; } -.muRegEbx { color: #5f00ff; } --> @@ -83,7 +83,7 @@ if ('onhashchange' in window) { 23 24 print-string 0/screen, "press a key to see its code: " 25 enable-keyboard-immediate-mode -26 var x/eax: grapheme <- read-key-from-real-keyboard +26 var x/eax: code-point-utf8 <- read-key-from-real-keyboard 27 enable-keyboard-type-mode 28 enable-screen-type-mode 29 print-string 0/screen, "You pressed " -- cgit 1.4.1-2-gfad0