about summary refs log tree commit diff stats
path: root/prototypes/browse/6.mu
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/6.mu')
-rw-r--r--prototypes/browse/6.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/prototypes/browse/6.mu b/prototypes/browse/6.mu
index 8acccddb..4e1f33db 100644
--- a/prototypes/browse/6.mu
+++ b/prototypes/browse/6.mu
@@ -32,7 +32,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->=
@@ -57,7 +57,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->=