about summary refs log tree commit diff stats
path: root/prototypes/browse/12.mu
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/12.mu')
-rw-r--r--prototypes/browse/12.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/12.mu b/prototypes/browse/12.mu
index 49be7ae8..d3871d40 100644
--- a/prototypes/browse/12.mu
+++ b/prototypes/browse/12.mu
@@ -141,7 +141,7 @@ fn clear toprow: int, leftcol: int, botrow: int, rightcol: int {
     {
       compare col, rightcol
       break-if->=
-      print-string " "
+      print-string-to-screen " "
       col <- increment
       loop
     }