about summary refs log tree commit diff stats
path: root/apps/ex7.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ex7.mu')
-rw-r--r--apps/ex7.mu3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/ex7.mu b/apps/ex7.mu
index b41b6f72..61b9ac20 100644
--- a/apps/ex7.mu
+++ b/apps/ex7.mu
@@ -9,10 +9,9 @@
 # k, l.
 
 fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) {
-  var space/eax: grapheme <- copy 0x20
   set-cursor-position screen, 0, 0
   {
-    draw-cursor screen, space
+    draw-cursor screen, 0x20/space
     var key/eax: byte <- read-key keyboard
     {
       compare key, 0x68/h