-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Console Broken #57
Comments
I have set the jline.WindowsTerminal.directConsole system property to false as suggested in this post and that seems to have done the trick. |
I see the interleaving of messages on stdout also on OS X. |
Absolutely, will send PR in the morning, thank you -----Original Message----- I see the interleaving of messages on stdout also on OS X. Reply to this email directly or view it on GitHub: |
Allows inputs to be read on the Windows console Closes-Bug: timolson#57
Coin Trader uses the JLine library to work with the console, which requires a DLL to be installed in Windows. Users can download the DLL from the JLine site but we should try to bundle the DLL as a resource if we can.
The text was updated successfully, but these errors were encountered: