Skip to content
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

Backgrounding of blocks doesn't work quite right. #1148

Closed
KamilaBorowska opened this issue Nov 29, 2013 · 1 comment
Closed

Backgrounding of blocks doesn't work quite right. #1148

KamilaBorowska opened this issue Nov 29, 2013 · 1 comment

Comments

@KamilaBorowska
Copy link
Contributor

If I press CTRL+Z while block executes, it tries to run next commands, without waiting for the job to continue. This bug also exists in bash, but it doesn't in zsh.

~ $ jobs
jobs: There are no jobs
~ $ begin
        sleep 60 # CTRL-Z before it finishes
        cd /
    end
Job 1, 'sleep 60 # CTRL-Z before it finishes' has stopped
/ $ fg
Send job 1, 'sleep 60 # CTRL-Z before it finishes' to foreground
@krader1961
Copy link
Contributor

This is closely related to not being able to background fish functions. That is, arbitrary blocks of fish code. Closing as a duplicate of issue #238.

@krader1961 krader1961 removed this from the fish-future milestone Mar 18, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants