about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc2
1 files changed, 2 insertions, 0 deletions
diff --git a/mu.arc b/mu.arc
index 8a366a46..b66ec3bb 100644
--- a/mu.arc
+++ b/mu.arc
@@ -2165,6 +2165,8 @@
   }
 )
 
+; remember to call this before you clear the screen or at any other milestone
+; in an interactive program
 (init-fn flush-stdout
   (sleep for-some-cycles:literal 1:literal)
 )