diff options
Diffstat (limited to '071print.mu')
-rw-r--r-- | 071print.mu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/071print.mu b/071print.mu index 6aeb2042..2789a0ed 100644 --- a/071print.mu +++ b/071print.mu @@ -47,8 +47,8 @@ recipe clear-screen [ break-if done? curr:address:screen-cell <- index-address *buf, i curr-content:address:character <- get-address *curr, contents:offset - *curr-content <- copy [ ] - curr-color:address:character <- get-address *curr, color:offset + *curr-content <- copy 0/empty + curr-color:address:number <- get-address *curr, color:offset *curr-color <- copy 7/white i <- add i, 1 loop |