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

More Inclusive Inputs #118

Merged
merged 13 commits into from
Aug 2, 2021
Merged

More Inclusive Inputs #118

merged 13 commits into from
Aug 2, 2021

Conversation

meowgorithm
Copy link
Member

This update allows Bubble Tea to accept a wider range of input types such as PTYs from SSH connections. Additionally, WithInputTTY, a new ProgramOption, has been added for explicitly requesting a new TTY (or console on Windows) to be opened for input.

The codebase has also grown quite a bit since it's initial release! To that end, this update includes some tidying up under the hood.

New

  • Bubble Tea will now work with a wider range of inputs, such as PTYs
  • Program option WithInputTTY will explicitly open a new TTY for input on unix systems or console on Windows (CONIN$)

Fixed

  • Programs will no longer panic when receiving messages during shutdown

@meowgorithm meowgorithm merged commit ea05501 into master Aug 2, 2021
@meowgorithm meowgorithm deleted the pty branch August 2, 2021 14:50
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

Successfully merging this pull request may close these issues.

None yet

1 participant