about summary refs log tree commit diff stats
path: root/ex7.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-08 23:49:07 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-08 23:50:35 -0800
commitcec5ef31b3e383b7bdffe049a8c502a563f6b491 (patch)
tree9f6b410cc16991a709dc59258ae29dacd2feb98b /ex7.mu
parent6508ab51ccd6a41d6d1da3502359e80611d8bda3 (diff)
downloadmu-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.mu2
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