about summary refs log tree commit diff stats
path: root/cpp/console.mu
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/console.mu')
-rw-r--r--cpp/console.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/console.mu b/cpp/console.mu
index 20b54b85..a25f94cb 100644
--- a/cpp/console.mu
+++ b/cpp/console.mu
@@ -1,5 +1,5 @@
 recipe main [
   cursor-mode 0:literal/screen
-  wait-for-key
+  wait-for-key-from-keyboard
   retro-mode 0:literal/screen
 ]