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