-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
x/term: windows: arrow keys not received and thus history not working #68830
Comments
Related Issues and Documentation
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.) |
Change https://go.dev/cl/603960 mentions this issue: |
cc @rsc |
🎉 - when will it be tagged? is that a weekly thing? |
I think it's monthly these days. |
Thanks! no rush, maybe it'll give time to get #68780 looked at and https://go-review.googlesource.com/c/term/+/603957 to happen too |
Go version
go1.22.6
Output of
go env
in your module/workspace:What did you do?
run x/term based program on windows
(I can add sample program later)
the fix is easy, PR incoming
What did you see happen?
using arrow keys doesn't do anything on windows terminal
What did you expect to see?
arrow keys to move cursor and go up down in history
The text was updated successfully, but these errors were encountered: