tview icon indicating copy to clipboard operation
tview copied to clipboard

Doesn't revert to shell after receiving SIGTSTP

Open pafoster opened this issue 9 months ago • 2 comments

First off, thanks for developing this amazing library!

Unexpected behaviour: If I issue a kill -s SIGTSTP $pid as a command in a separate terminal, the terminal running the UI continues to display the UI (albeit in SIGTSTPed state). Expected behaviour (see top, links and other utilities) is for the running process to revert to the user's shell.

Related question: How do I ensure that Ctrl-Z triggers a SIGTSTP?

pafoster avatar May 05 '24 22:05 pafoster