I am using jline
and I have a neat ConsoleReader
and everything works great. However, if you are typing something into the the prompt and there is output on stdout (from another thread), the output splits the word/command that you are typing.
How can I keep the jline
prompt at the bottom of the terminal?
I am using jline
1, but I am open to using jline
2 if it is stable enough.