From 3ea092f2a755c78b56345cb341d714a748b73a13 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 19 May 2017 17:55:10 -0700 Subject: 3867 --- html/console.mu.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'html/console.mu.html') diff --git a/html/console.mu.html b/html/console.mu.html index 46e4284e..1f7b23e0 100644 --- a/html/console.mu.html +++ b/html/console.mu.html @@ -65,15 +65,16 @@ if ('onhashchange' in window) { 5 def main [ 6 local-scope 7 open-console - 8 { - 9 ¦ e:event, found?:bool <- check-for-interaction -10 ¦ break-if found? -11 ¦ print-character-to-display 97, 7/white -12 ¦ loop -13 } -14 close-console -15 $print e, 10/newline -16 ] + 8 clear-screen 0/screen # non-scrolling app + 9 { +10 ¦ e:event, found?:bool <- check-for-interaction +11 ¦ break-if found? +12 ¦ print-character-to-display 97, 7/white +13 ¦ loop +14 } +15 close-console +16 $print e, 10/newline +17 ] -- cgit 1.4.1-2-gfad0