about summary refs log tree commit diff stats
path: root/repl.mu
diff options
context:
space:
mode:
Diffstat (limited to 'repl.mu')
-rw-r--r--repl.mu4
1 files changed, 4 insertions, 0 deletions
diff --git a/repl.mu b/repl.mu
index dce9b033..daa59189 100644
--- a/repl.mu
+++ b/repl.mu
@@ -18,6 +18,10 @@ recipe main [
     # assume run-interactive printed on the current line
 #?     $print [a7] #? 1
     move-cursor-down-on-display
+#?     move-cursor-down-on-display #? 1
+#?     move-cursor-down-on-display #? 1
+#?     move-cursor-down-on-display #? 1
+#?     move-cursor-down-on-display #? 1
     clear-line-on-display  # just to refresh the screen
     loop
   }