about summary refs log tree commit diff stats
path: root/prototypes/browse/11.mu
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/11.mu')
-rw-r--r--prototypes/browse/11.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/11.mu b/prototypes/browse/11.mu
index e3083c09..b7d20597 100644
--- a/prototypes/browse/11.mu
+++ b/prototypes/browse/11.mu
@@ -11,7 +11,7 @@ fn main args: (addr array addr array byte) -> exit-status/ebx: int {
   enable-keyboard-immediate-mode
   {
     render file, nrows, ncols
-    var key/eax: byte <- read-key
+    var key/eax: grapheme <- read-key-from-real-keyboard
     compare key, 0x71  # 'q'
     loop-if-!=
   }
> 59