diff options
Diffstat (limited to 'baremetal/rpn.mu')
-rw-r--r-- | baremetal/rpn.mu | 2 |
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 |