reubeno / brush

bash/POSIX-compatible shell implemented in Rust
MIT License
26 stars 4 forks source link

Should warn on exit if there are suspended jobs #183

Open reubeno opened 1 month ago

reubeno commented 1 month ago

Most shells do something like:

$ exit
shell: There are stopped jobs.
$

On 2nd attempt, SIGHUP may be sent? We should do similar.