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