-
Notifications
You must be signed in to change notification settings - Fork 830
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
Issue after Bind [ctrl + s] #5271
Comments
What does your Can you paste the output of the following command:
|
Abort method: Enable controls: -bash: textual: command not found I'm using version 0.86.3 |
You'll need to installed The most likely cause for this is that you are writing ansi escape sequences, which will almost certainly break something. |
Removing the Asc fixed the issue. thanks |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
Hello everyone,
I used the combination [Ctrl+s] to bind functionality to my footer:
("ctrl+s", "stop", " Stop-GenAi"),
When I hit that inside the Input widget, I got strange behavior. All the TUI gets unresponsive and even Ctrl+c and Ctrl+d no longer work. Instead, I keep getting VT100 escape codes, as demonstrated in the attached GIF.
The text was updated successfully, but these errors were encountered: