about summary refs log tree commit diff stats
path: root/repl.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-06 10:25:39 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-06 10:25:39 -0700
commit3434223916977d98cbd767dc8342b03d607dc2a2 (patch)
treeab85506e88a2b1609057b7f92f07cd74ae9d9318 /repl.mu
parent3ad1d42cc9b8d25b22e53cfb4b206b91b1fc3a17 (diff)
downloadmu-3434223916977d98cbd767dc8342b03d607dc2a2.tar.gz
1534 - print results in a different color
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