about summary refs log tree commit diff stats
path: root/prototypes/browse/24-bold/main.mu
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/browse/24-bold/main.mu')
-rw-r--r--prototypes/browse/24-bold/main.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/browse/24-bold/main.mu b/prototypes/browse/24-bold/main.mu
index aa2c07a1..162080f9 100644
--- a/prototypes/browse/24-bold/main.mu
+++ b/prototypes/browse/24-bold/main.mu
@@ -14,7 +14,7 @@ fn main args: (addr array addr array byte) -> exit-status/ebx: int {
   normal-text
   {
     render fs, screen-position-state
-    var key/eax: byte <- read-key
+    var key/eax: grapheme <- read-key-from-real-keyboard
     compare key, 0x71  # 'q'
     loop-if-!=
   }