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.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/prototypes/browse/8-multiple-pages.mu b/prototypes/browse/8-multiple-pages.mu
index 01361738..c6453d48 100644
--- a/prototypes/browse/8-multiple-pages.mu
+++ b/prototypes/browse/8-multiple-pages.mu
@@ -52,7 +52,7 @@ $line-loop: {
     compare row, botrow
     break-if->=
     var col/edx: int <- copy leftcol
-    move-cursor row, col
+    move-cursor-on-screen row, col
     {
       compare col, rightcol
       break-if->=
@@ -77,7 +77,7 @@ fn clear toprow: int, leftcol: int, botrow: int, rightcol: int {
     compare row, botrow
     break-if->=
     var col/edx: int <- copy leftcol
-    move-cursor row, col
+    move-cursor-on-screen row, col
     {
       compare col, rightcol
       break-if->=