We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I invoke terminal.close() nothing happens. The jline thread terminates only on next line feed.
terminal.close()
UPDATE Specific to ExternalTerminal
ExternalTerminal
The text was updated successfully, but these errors were encountered:
Unfortunately, a call to InputStream.read() can not easily be interrupted. Maybe we could make the pump thread a daemon thread.
InputStream.read()
Sorry, something went wrong.
Is that fixed with #107 ?
Closing this issue, I believe this is fixed with #107. Please reopen if needed.
No branches or pull requests
When I invoke
terminal.close()
nothing happens. The jline thread terminates only on next line feed.UPDATE
Specific to
ExternalTerminal
The text was updated successfully, but these errors were encountered: