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

Disable input stream pumping #141

Closed
gnodet opened this issue Jun 27, 2017 · 1 comment
Closed

Disable input stream pumping #141

gnodet opened this issue Jun 27, 2017 · 1 comment

Comments

@gnodet
Copy link
Member

gnodet commented Jun 27, 2017

Related to #138, it may be desirable to have a configuration flag on the TerminalBuilder to indicate that the terminal should not try to read the input stream in advance for signal processing.
This would effectively make signal processing less effective, for example a Ctrl+C would only be detected when the actual character would be read by the application instead of when the user hits the key. A better approach would be #140, but is much more complicated to implement.

@gnodet
Copy link
Member Author

gnodet commented Jan 5, 2018

Working on #140 instead.

@gnodet gnodet closed this as completed Jan 5, 2018
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