-
Notifications
You must be signed in to change notification settings - Fork 65
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
input() after picking breaks the typing portion of input #83
Comments
8o5
changed the title
trying an input() after picking something breaks input()
input() after picking breaks input()
Oct 25, 2022
8o5
changed the title
input() after picking breaks input()
input() after picking breaks the typing portion of input
Oct 27, 2022
It works for me. What's your environment? OS, terminal etc. |
currently inside the python debug terminal inside vsc |
Does it work in a normal terminal? |
I believe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
option, index = pick(options, title, indicator=">>")
change = input(">> ")
doing this results in being unable to press enter in the input function, and instead it writes "^M"
The text was updated successfully, but these errors were encountered: