On Fri, Aug 27, 2010 at 4:39 PM, frou <m...@frou.org> wrote:
> Is it or would it be possible to add some basic text colouring to the
> standard REPL (the one started with the "clj" shell script).
>
> It would be nice to be able to make the prompt, e.g. "user=>" coloured
> (green in my case) so that you get at-a-glance distinction between
> your inputs and the results printed.

If you use rlwrap to invoke the clojure repl, you can do that with
--prompr-colour option

eg;

rlwrap -p"red" java -cp blah blah clojure.main

-- 
  Ramakrishnan

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to