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

enforce keyboard.Close is always executed to restore terminal #11896

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented Jun 10, 2024

What I did
ensure keyboard.Close() is called as up command complete. Close() is re-entrant so this is not an issue it get called even after an interruption (Ctrl+C) and clean shutdown, where codebase manages this already

Related issue
fixes #11869

@ndeloof ndeloof requested review from a team, glours and jhrotko and removed request for a team June 10, 2024 08:52
Copy link
Contributor

@glours glours left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ndeloof ndeloof merged commit 084a5ca into docker:main Jun 11, 2024
28 checks passed
@ndeloof ndeloof deleted the keyboard.Close branch June 11, 2024 05:20
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.

[BUG] compose captures CTRL+C (MacOS, Iterm2, zsh)
2 participants