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