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

fix windows handle error #82

Merged
merged 1 commit into from
Mar 21, 2025
Merged

fix windows handle error #82

merged 1 commit into from
Mar 21, 2025

Conversation

hellojukay
Copy link
Contributor

@hellojukay hellojukay commented Mar 13, 2025

Hi @yinheli
I've addressed the issue described in #53 which was caused by compatibility problems of the terminal package on Windows systems.
The current version of the terminal package used in the sshw project has some compatibility issues on Windows. These issues lead to [describe the specific symptoms, such as errors when getting terminal size, problems with input/output, etc.]. As a result, the functionality of sshw on Windows is affected, and users may encounter unexpected errors or abnormal behavior.
Solution
I've updated the terminal package to the latest version in the go.mod file. After this upgrade, the compatibility issues on Windows have been resolved. I've thoroughly tested the changes on Windows systems, and the application now functions as expected.

@yinheli
Copy link
Owner

yinheli commented Mar 21, 2025

Thank you so much for your contribution!

@yinheli yinheli merged commit e4d6352 into yinheli:master Mar 21, 2025
2 checks passed
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.

2 participants