about summary refs log tree commit diff stats
path: root/prototypes/browse/24-bold/screen-position-state.mu
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/24-bold/screen-position-state.mu')
-rw-r--r--prototypes/browse/24-bold/screen-position-state.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/24-bold/screen-position-state.mu b/prototypes/browse/24-bold/screen-position-state.mu
index 41ad877d..a8faf9fd 100644
--- a/prototypes/browse/24-bold/screen-position-state.mu
+++ b/prototypes/browse/24-bold/screen-position-state.mu
@@ -160,5 +160,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
 }