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

Quitting the calculator app with the command palette causes escape sequences to be emitted at the prompt #5012

Closed
willmcgugan opened this issue Sep 17, 2024 · 3 comments · Fixed by #5015

Comments

@willmcgugan
Copy link
Collaborator

Suspect this is something do to with the inline driver. We should compare it to the linux driver, to see if something is being handled differently.

@TomJGooding
Copy link
Contributor

I can't seem to reproduce this issue. If this is only in iTerm, perhaps related to these lines?

# Appears to fix an issue enabling mouse support in iTerm 3.5.0
self._enable_mouse_support()

@willmcgugan
Copy link
Collaborator Author

It wasn't that. There was some updates to the key reader thread that hadn't been replicated in the inline driver.

Copy link

Don't forget to star the repository!

Follow @textualizeio for Textual updates.

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 a pull request may close this issue.

2 participants