about summary refs log tree commit diff stats
path: root/baremetal/rpn.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-02-09 20:53:47 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-02-09 20:53:47 -0800
commitc1e841fc2dc43cd94e993165ff0fbde12fd0ec15 (patch)
treeff7b515fd16915cb015bd466838d65837ecf4323 /baremetal/rpn.mu
parent94e43069c712488a422a135babe076dcb5013eaa (diff)
downloadmu-c1e841fc2dc43cd94e993165ff0fbde12fd0ec15.tar.gz
7701
Diffstat (limited to 'baremetal/rpn.mu')
-rw-r--r--baremetal/rpn.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/rpn.mu b/baremetal/rpn.mu
index 65959957..c60d4d87 100644
--- a/baremetal/rpn.mu
+++ b/baremetal/rpn.mu
@@ -38,7 +38,7 @@ fn main -> _/ebx: int {
       append-byte in, key2
       var g/eax: grapheme <- copy key2
       draw-grapheme-at-cursor 0/screen, g, 0xf/fg, 0/bg
-      cursor-right 0
+      move-cursor-right 0
       loop
     }
     # clear cursor