Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Bug related to stdin/always/jobcontrol



On Sep 22, 11:59am, Daniel Shahaf wrote:
}
} % f() { $EDITOR } 
} % f
} <press ^Z in the editor>
} zsh: suspended  f
} % fg
} [1]  + continued  f
} zsh: suspended (tty output)  f
} 
} After the 'fg' I get another prompt immediately, instead of being
} returend to $EDITOR.

Worse that that, signals go to the parent shell:

torch% fg
[1]  + continued  f
zsh: suspended (tty output)  f
torch% kill -9 %1
Vim: Caught deadly signal HUP
Vim: Finished.
zsh: killed     Src/zsh -f



Messages sorted by: Reverse Date, Date, Thread, Author