Keno / REPL.jl

Pure-julia REPL implementation
Other
3 stars 4 forks source link

Change text color from :white to :normal #20

Closed ivarne closed 10 years ago

ivarne commented 10 years ago

This makes the REPL usable with light background color. Fix https://github.com/loladiro/REPL.jl/issues/13

Keno commented 10 years ago

I fixed this by using Base.input_color instead. The default for that is :bold, so I added support for that to Readline.jl.

ivarne commented 10 years ago

That was probably a better solution.