We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To reproduce:
cargo run --example minimal
killall -TSTP minimal
fg
At step 3, we expect the prompt to be redrawn but nothing happen.
The text was updated successfully, but these errors were encountered:
To avoid duplicating code, we should reuse the same handler / pipe for all signals. Like fish-shell and mortal. But signal-hook prevents it...
Sorry, something went wrong.
I've tried to handle SIGTSTP signal but that didn't work. I've also tried to handle SIGCONT signal without success.
SIGTSTP
SIGCONT
For SIGTSTP, maybe try to call the previous handler after restoring the original mode like isocline ?
isocline
No branches or pull requests
To reproduce:
cargo run --example minimal
killall -TSTP minimal
fg
At step 3, we expect the prompt to be redrawn but nothing happen.
The text was updated successfully, but these errors were encountered: