about summary refs log tree commit diff stats
path: root/apps/tui.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-16 09:18:51 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-16 09:18:51 -0700
commitd165ccc377745d2a0e85f32d7a7640a92d01eac3 (patch)
tree7a65bb7d8812feeed3e9f152c1dc043b46f2ef70 /apps/tui.mu
parentc0ea27e40eeb57d6b414735239a10a3804769aeb (diff)
downloadmu-d165ccc377745d2a0e85f32d7a7640a92d01eac3.tar.gz
6785
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 9a2a3bc1..a02d8fb0 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
+  var x/eax: byte <- read-key-from-real-keyboard
   enable-keyboard-type-mode
   enable-screen-type-mode
   print-string 0, "You pressed "