about summary refs log tree commit diff stats
path: root/prototypes/browse/14.mu
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/14.mu')
-rw-r--r--prototypes/browse/14.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/14.mu b/prototypes/browse/14.mu
index 6168b69c..4f4229af 100644
--- a/prototypes/browse/14.mu
+++ b/prototypes/browse/14.mu
@@ -140,7 +140,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
     }