about summary refs log tree commit diff stats
path: root/baremetal/ex7.mu
diff options
context:
space:
mode:
Diffstat (limited to 'baremetal/ex7.mu')
-rw-r--r--baremetal/ex7.mu3
1 files changed, 2 insertions, 1 deletions
diff --git a/baremetal/ex7.mu b/baremetal/ex7.mu
index d604c95a..e50099c4 100644
--- a/baremetal/ex7.mu
+++ b/baremetal/ex7.mu
@@ -12,8 +12,9 @@
 
 fn main {
   var space/eax: grapheme <- copy 0x20
-  set-cursor-position 0, 0, 0, space
+  set-cursor-position 0, 0, 0
   {
+    show-cursor 0, space
     var key/eax: byte <- read-key 0
     {
       compare key, 0x68  # 'h'