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? 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
If you ever have to kill a Textual app due to an infinite loop, the terminal will get stuck in unusuable state, and require a reset.
I wonder if it is possible to install an atexit handler, to gracefully exit application mode. Or some other mechanism...
The text was updated successfully, but these errors were encountered:
We chatted about this and don't think there's anything we can do here, as we can't handle SIGKILL.
Sorry, something went wrong.
Don't forget to star the repository!
Follow @textualizeio for Textual updates.
No branches or pull requests
If you ever have to kill a Textual app due to an infinite loop, the terminal will get stuck in unusuable state, and require a reset.
I wonder if it is possible to install an atexit handler, to gracefully exit application mode. Or some other mechanism...
The text was updated successfully, but these errors were encountered: