yash-rs icon indicating copy to clipboard operation
yash-rs copied to clipboard

Report when a foreground job is terminated by a signal

Open magicant opened this issue 1 month ago • 0 comments
trafficstars

Some existing shells display a message when a foreground job terminates due to a signal. Like yash 2, yash-rs should also implement this behavior.

Questions:

  • [ ] Should the message be displayed if the shell is non-interactive?
  • [ ] Should the message be displayed if job control is off?
  • [ ] What is the rationale for POSIX allowing this behavior?

magicant avatar Sep 21 '25 02:09 magicant