about summary refs log tree commit diff stats
path: root/apps/tui.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tui.mu')
-rw-r--r--apps/tui.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tui.mu b/apps/tui.mu
index a02d8fb0..be74e1c4 100644
--- a/apps/tui.mu
+++ b/apps/tui.mu
@@ -23,7 +23,7 @@ fn main -> exit-status/ebx: int {
 
   print-string 0, "press a key to see its code: "
   enable-keyboard-immediate-mode
-  var x/eax: byte <- read-key-from-real-keyboard
+  var x/eax: grapheme <- read-key-from-real-keyboard
   enable-keyboard-type-mode
   enable-screen-type-mode
   print-string 0, "You pressed "