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.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/repl.mu b/repl.mu
index 008e79b7..93d4fd72 100644
--- a/repl.mu
+++ b/repl.mu
@@ -5,7 +5,7 @@ recipe main [
   switch-to-display
   msg:address:array:character <- new [ready! type in an instruction, then hit enter. ctrl-d exits.
 ]
-  0:literal/real-screen <- print-string 0:literal/real-screen, msg:address:array:character
+  0:literal/real-screen <- print-string 0:literal/real-screen, msg:address:array:character, 245:literal/grey
   0:literal/real-keyboard, 0:literal/real-screen <- color-session 0:literal/real-keyboard, 0:literal/real-screen
 #?   wait-for-key-from-keyboard #? 1
   return-to-console