-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix(tui): Prompt from stdin breaks TUI #3930
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
base: dev
Are you sure you want to change the base?
Conversation
kunaljaykam
left a comment
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.
thanks @veracioux it fixes the issue. i have tested in fedora
|
@kunaljaykam yw. What's missing is windows support, which I tried to add but doesn't work. I don't have a windows setup rn so I asked @rekram1-node to implement it. If you have a windows setup and are willing to help out, i think @rekram1-node would appreciate it. @rekram1-node In any case, I think this PR is good to merge since it works for linux and doesn't break anything that wasn't already broken on windows (after reverting 53dc493) |
|
i don’t have a windows setup, but you can spin up a windows instance on aws or azure and test it there using windows terminal. |
772b621 to
eb855e1
Compare
f1dc981 to
3e15a39
Compare
f8ee907 to
6a9856d
Compare
Closes #3871.
I also reverted to the behavior from
v0.15.xwhere the resulting prompt isargs.prompt + stdin, whereas inv1.xit is currentlystdin + args.prompt.