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

Correctly reset the terminal when quitting the application #38

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

asomers
Copy link
Owner

@asomers asomers commented Jan 27, 2024

When quitting the application, reset the terminal settings. This is necessary for bash and ksh93, but not for sh, csh, tcsh, and fish.

Fixes #37

When quitting the application, reset the terminal settings. This is
necessary for bash and ksh93, but not for sh, csh, tcsh, and fish.

Fixes #37
@asomers asomers merged commit 07a53ac into master Jan 27, 2024
3 checks passed
@asomers asomers deleted the disable-raw-mode branch January 27, 2024 23:26
@penryu
Copy link
Contributor

penryu commented Jan 8, 2025

Thanks for fixing this! (This was needed for zsh as well.)

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.

TTY state not correctly restored on exit when using bash
2 participants