diff options
Diffstat (limited to 'screen.mu')
-rw-r--r-- | screen.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.mu b/screen.mu index 99efc9ce..89782489 100644 --- a/screen.mu +++ b/screen.mu @@ -3,7 +3,7 @@ # The zero screen below means 'use the real screen'. Tests can also use fake # screens. -recipe main [ +def main [ open-console 10:character <- copy 97/a print 0/screen, 10:character/a, 2/red |