From d44123cabaa730c778a0e2644c75dbfba6a7ab30 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 12 Jun 2015 22:34:45 -0700 Subject: 1556 --- html/keyboard.mu.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/keyboard.mu.html') diff --git a/html/keyboard.mu.html b/html/keyboard.mu.html index 29d73f4e..9b0e29b3 100644 --- a/html/keyboard.mu.html +++ b/html/keyboard.mu.html @@ -17,7 +17,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } .Comment { color: #8080ff; } .Delimiter { color: #c000c0; } .Special { color: #ff6060; } -.Identifier { color: #008080; } +.muControl { color: #804000; } .muRecipe { color: #ff8700; } --> @@ -39,9 +39,9 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } switch-to-display { c:character, found?:boolean <- read-key-from-keyboard - break-if found?:boolean + break-if found?:boolean print-character-to-display 97:literal - loop + loop } return-to-console ] -- cgit 1.4.1-2-gfad0