- Notifications
You must be signed in to change notification settings - Fork928
fix: make terminal raw in ssh command on windows#12990
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
We were making it raw, but not raw enough. It needs a few extra modesenabled to function with arrows etc.
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Didn't test this but code looks otherwise alright 👍🏻.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
deansheather commentedApr 17, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Moved the files to pty package and changed it so there's only one set public function for all platforms. Re-tested |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Nice!
Wow sounds nice! Can not await to test |
Uh oh!
There was an error while loading.Please reload this page.
We were making it raw, but not raw enough. It needs a few extra modes enabled to function with arrows etc.
Code taken from Coder v1 where we had the same problem.
Tested manually on both Linux and Windows to ensure that left and right arrows work when editing the prompt, htop works (arrow keys, mouse clicks, escape key), resizing works.