Closed ivarne closed 10 years ago
This makes the REPL usable with light background color. Fix https://github.com/loladiro/REPL.jl/issues/13
I fixed this by using Base.input_color instead. The default for that is :bold, so I added support for that to Readline.jl.
Base.input_color
:bold
Readline.jl
That was probably a better solution.
This makes the REPL usable with light background color. Fix https://github.com/loladiro/REPL.jl/issues/13