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