diff options
Diffstat (limited to 'ex7.mu')
-rw-r--r-- | ex7.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ex7.mu b/ex7.mu index 788ff121..63ac5e51 100644 --- a/ex7.mu +++ b/ex7.mu @@ -14,7 +14,7 @@ fn main { var space/eax: grapheme <- copy 0x20 set-cursor-position 0/screen, 0, 0 { - show-cursor 0/screen, space + draw-cursor 0/screen, space var key/eax: byte <- read-key 0/keyboard { compare key, 0x68/h |