-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Helix editr gets stuck when :sh sh
#3524
Comments
This makes sense within how |
The freeze happens with |
Is this actually a bug? I'm not sure what you expected to happen? |
Maybe for now it would be fine to just give EOF to these processes? It's a quick fix that sends a clear message that this sort of stuff is really not supported at the moment. #4156 implements that. |
Interestingly, running |
Yeah, it was very surprising to me that that actually comes up at all. But it's also surprising that bash sits and waits for input, since I wouldn't expect it to be attached to a tty. Seems like if we figure out how to make it so subprocesses don't get the tty, it would probably fix this (and break xplr, but that shouldn't work anyway) |
Summary
Helix editr get stuck when
:sh sh
Reproduction Steps
I tried this:
hx
:sh sh
this happened:
helix editor get stuck forever like this
Helix log
~/.cache/helix/helix.log
Nothing in log file
Platform
Linux
Terminal Emulator
genome-terminal 3.44.1-1
Helix Version
22.03-687-ge4c9d408
The text was updated successfully, but these errors were encountered: