diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-03-08 23:49:07 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-03-08 23:50:35 -0800 |
commit | cec5ef31b3e383b7bdffe049a8c502a563f6b491 (patch) | |
tree | 9f6b410cc16991a709dc59258ae29dacd2feb98b /ex7.mu | |
parent | 6508ab51ccd6a41d6d1da3502359e80611d8bda3 (diff) | |
download | mu-cec5ef31b3e383b7bdffe049a8c502a563f6b491.tar.gz |
update vocabulary documentation
Top-level and linux/ now have separate vocabulary.md files.
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 |