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