-
-
Notifications
You must be signed in to change notification settings - Fork 977
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
Cannot exit pure #439
Comments
Hi, unfortunately this is a Zsh on Windows bug which is related to using zpty's. There's some more information on this available here: mafredri/zsh-async#26, #141 and #146. Something like mafredri/zsh-async#24 could help, but no work has been done on it yet nor has this assumption been validated. |
Hey @sbmueller, would you be able to try out the But please keep in mind that it was a super quick hack to test how zsh-async would behave without zpty 😄. |
@mafredri I think this solves the mentioned problems 😲 |
That's great news, thanks for testing 😄! Going to be off on vacation for a week but after that I'll try to wrap it up into something useable. |
this needs to be added to the readme or wiki |
@oryband I'd prefer not, until I've had more time to work on the |
I was also having the issue on Cygwin/mintty, as I couldn't exit out of the zsh shell. Fortunately, no-zpty branch seems to fix the problem. thank you. |
What happened to the |
@lminer It's still there, I just haven't worked on it since. It does work, but not fully featured, which can cause race conditions. I was actually using it on macOS for a month or two without realizing 😂... Hoping to get around to finishing it soon, but no promises. |
There's a small chance that the async refactor and improvements in #543 might have fixed these issues. It'd be super if someone could test it out! |
I haven't had time to work on this, so I've added the help wanted label. If someone is interested in working on this, continuing on the |
General information
I have:
Problem description
I cannot exit pure once I start zsh.
exit
orlogout
command seem not to finish. After pressing enter, I'm just in a new line where I can continue to write (with a high latency).Reproduction steps
zsh
exit
and press enterMy
.zshrc
:The text was updated successfully, but these errors were encountered: