From 83fcebf3210b638d9f8248e0007e9f0c9804980a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 13 Jul 2015 20:53:41 -0700 Subject: 1778 --- html/071print.mu.html | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'html/071print.mu.html') diff --git a/html/071print.mu.html b/html/071print.mu.html index 29e893bf..43461cc5 100644 --- a/html/071print.mu.html +++ b/html/071print.mu.html @@ -13,14 +13,14 @@ pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; } body { font-family: monospace; color: #eeeeee; background-color: #080808; } * { font-size: 1.05em; } -.muScenario { color: #00af00; } +.muRecipe { color: #ff8700; } .Delimiter { color: #a04060; } +.muScenario { color: #00af00; } .Comment { color: #9090ff; } .Constant { color: #00a0a0; } .Special { color: #ff6060; } .CommentedCode { color: #6c6c6c; } .muControl { color: #c0a020; } -.muRecipe { color: #ff8700; } --> @@ -49,7 +49,7 @@ container screen-cell [ ] recipe new-fake-screen [ - default-space:address:array:location <- new location:type, 30:literal/capacity + new-default-space result:address:screen <- new screen:type width:address:number <- get-address result:address:screen/deref, num-columns:offset width:address:number/deref <- next-ingredient @@ -69,7 +69,7 @@ container screen-cell [ ] recipe clear-screen [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient #? $print [clearing screen #? ] #? 1 @@ -104,7 +104,7 @@ container screen-cell [ ] recipe print-character [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient c:character <- next-ingredient color:number, color-found?:boolean <- next-ingredient @@ -348,7 +348,7 @@ container screen-cell [ ] recipe clear-line [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient # if x exists, clear line in fake screen { @@ -377,7 +377,7 @@ container screen-cell [ ] recipe cursor-position [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient # if x exists, lookup cursor in fake screen { @@ -391,7 +391,7 @@ container screen-cell [ ] recipe move-cursor [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient new-row:number <- next-ingredient new-column:number <- next-ingredient @@ -441,7 +441,7 @@ container screen-cell [ ] recipe cursor-down [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient # if x exists, move cursor in fake screen { @@ -468,7 +468,7 @@ container screen-cell [ ] recipe cursor-up [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient # if x exists, move cursor in fake screen { @@ -489,7 +489,7 @@ container screen-cell [ ] recipe cursor-right [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient # if x exists, move cursor in fake screen { @@ -511,7 +511,7 @@ container screen-cell [ ] recipe cursor-left [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient # if x exists, move cursor in fake screen { @@ -532,7 +532,7 @@ container screen-cell [ ] recipe cursor-to-start-of-line [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient row:number, _, x:address:screen <- cursor-position x:address:screen column:number <- copy 0:literal @@ -541,7 +541,7 @@ container screen-cell [ ] recipe cursor-to-next-line [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient x:address:screen <- cursor-down x:address:screen x:address:screen <- cursor-to-start-of-line x:address:screen @@ -549,7 +549,7 @@ container screen-cell [ ] recipe screen-width [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient # if x exists, move cursor in fake screen { @@ -563,7 +563,7 @@ container screen-cell [ ] recipe screen-height [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient # if x exists, move cursor in fake screen { @@ -577,7 +577,7 @@ container screen-cell [ ] recipe hide-cursor [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient # if x exists (not real display), do nothing { @@ -590,7 +590,7 @@ container screen-cell [ ] recipe show-cursor [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient # if x exists (not real display), do nothing { @@ -603,7 +603,7 @@ container screen-cell [ ] recipe hide-screen [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient # if x exists (not real display), do nothing { @@ -616,7 +616,7 @@ container screen-cell [ ] recipe show-screen [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient # if x exists (not real display), do nothing { @@ -629,7 +629,7 @@ container screen-cell [ ] recipe print-string [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient s:address:array:character <- next-ingredient color:number, color-found?:boolean <- next-ingredient @@ -678,7 +678,7 @@ container screen-cell [ ] recipe print-integer [ - default-space:address:array:location <- new location:type, 30:literal + new-default-space x:address:screen <- next-ingredient n:number <- next-ingredient color:number, color-found?:boolean <- next-ingredient -- cgit 1.4.1-2-gfad0