about summary refs log tree commit diff stats
path: root/prototypes/browse/22
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/22')
-rw-r--r--prototypes/browse/22/screen-position-state.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/22/screen-position-state.mu b/prototypes/browse/22/screen-position-state.mu
index 8c72168d..2201e019 100644
--- a/prototypes/browse/22/screen-position-state.mu
+++ b/prototypes/browse/22/screen-position-state.mu
@@ -159,5 +159,5 @@ fn reposition-cursor _self: (addr screen-position-state) {
   var self/esi: (addr screen-position-state) <- copy _self
   var r/eax: (addr int) <- get self, row
   var c/ecx: (addr int) <- get self, col
-  move-cursor *r *c
+  move-cursor-on-screen *r *c
 }