about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--life.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/life.mu b/life.mu
index da16ff4b..c93a8afb 100644
--- a/life.mu
+++ b/life.mu
@@ -240,7 +240,7 @@ fn main {
     var key/eax: byte <- read-key 0/keyboard
     compare key, 0
 #?     loop-if-=  # press key to step
-    break-if-!=  # press key to quit
+    break-if-!=  # press key to quit  # comment this out to run under bochs; I'm not sure why there's a newline in the keyboard buffer
     # iter: grid1 -> grid2
     step grid1, grid2
     render grid2