-
Notifications
You must be signed in to change notification settings - Fork 848
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
After a panic() the terminal input does not show #1127
Comments
I'm also running into this. #846 may fix the issue, but it's been open for a while with no activity. |
Thanks for the report! So I can reproduce this, however it's somewhat of an interesting case because the panic is occurring independent of Bubble Tea. #846 was designed to solve a separate issue, but it may be what we want here. We'll look into this. |
Ah, you're right, this panic isn't coming from inside a |
Describe the bug
After a program panic, the terminal input does not work properly.
Setup
Please complete the following information along with version numbers, if applicable.
To Reproduce
Steps to reproduce the behavior:
Source Code
Expected behavior
I expected control to be given back to the terminal emulator and for it to be working normally.
Screenshots
![image](https://private-user-images.githubusercontent.com/29728930/363673202-a99d998b-ea85-4dd6-91e2-61dbcd85934d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTkyMjEsIm5iZiI6MTczOTI1ODkyMSwicGF0aCI6Ii8yOTcyODkzMC8zNjM2NzMyMDItYTk5ZDk5OGItZWE4NS00ZGQ2LTkxZTItNjFkYmNkODU5MzRkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA3Mjg0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJhYzQ4NmI4MmI1Yjg2NTUxZGU3YTcyYTk3MzA5NDc0OGE1OTU4NDlkN2UxNmJmZGM1NzU3MmUxMjNmZjNmNDUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8-Dr9VxWxlwpNRoEOnbWS8CS1owqE_U_wY8pqI5JO3s)
After a panic the terminal behavior is broken, running
reset
fixes it.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: