From 805d58c6aeeeba3e4989c0eed6781b3861e8fae0 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 25 Jan 2018 22:39:31 -0800 Subject: 4199 --- html/screen.mu.html | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'html/screen.mu.html') diff --git a/html/screen.mu.html b/html/screen.mu.html index fb2b9a5d..c8901129 100644 --- a/html/screen.mu.html +++ b/html/screen.mu.html @@ -15,12 +15,12 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muRecipe { color: #ff8700; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } -.muRecipe { color: #ff8700; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> @@ -59,29 +59,29 @@ if ('onhashchange' in window) { 2 3 # The zero screen below means 'use the real screen'. Tests can also use fake 4 # screens. - 5 def main [ + 5 def main [ 6 open-console - 7 clear-screen 0/screen # non-scrolling app + 7 clear-screen 0/screen # non-scrolling app 8 10:char <- copy 97/a 9 print 0/screen, 10:char/a, 1/red, 2/green -10 1:num/raw, 2:num/raw <- cursor-position 0/screen -11 wait-for-event 0/console -12 clear-screen 0/screen -13 move-cursor 0/screen, 0/row, 4/column +10 1:num/raw, 2:num/raw <- cursor-position 0/screen +11 wait-for-event 0/console +12 clear-screen 0/screen +13 move-cursor 0/screen, 0/row, 4/column 14 10:char <- copy 98/b 15 print 0/screen, 10:char -16 wait-for-event 0/console -17 move-cursor 0/screen, 0/row, 0/column -18 clear-line 0/screen -19 wait-for-event 0/console -20 cursor-down 0/screen -21 wait-for-event 0/console -22 cursor-right 0/screen -23 wait-for-event 0/console -24 cursor-left 0/screen -25 wait-for-event 0/console -26 cursor-up 0/screen -27 wait-for-event 0/console +16 wait-for-event 0/console +17 move-cursor 0/screen, 0/row, 0/column +18 clear-line 0/screen +19 wait-for-event 0/console +20 cursor-down 0/screen +21 wait-for-event 0/console +22 cursor-right 0/screen +23 wait-for-event 0/console +24 cursor-left 0/screen +25 wait-for-event 0/console +26 cursor-up 0/screen +27 wait-for-event 0/console 28 close-console 29 ] -- cgit 1.4.1-2-gfad0