Skip to content
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

ConsoleReader.print() function does not work unless a prompt is set. #165

Closed
ghost opened this issue Sep 6, 2014 · 2 comments
Closed

ConsoleReader.print() function does not work unless a prompt is set. #165

ghost opened this issue Sep 6, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 6, 2014

This is a minor bug, but if I create a new ConsoleReader object, then proceed to call the print(), or println() methods, nothing shows up in the console when the code is executed. If I set a prompt, however, I do see output.

@gnodet
Copy link
Member

gnodet commented Jul 20, 2015

Isn't that just a missing call to flush() ?

@gnodet
Copy link
Member

gnodet commented Jul 22, 2015

Please reopen if this still does not work after calling ConsoleReader#flush()

@gnodet gnodet closed this as completed Jul 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant