rio icon indicating copy to clipboard operation
rio copied to clipboard

request: more refined termination behavior

Open mcandre opened this issue 9 months ago • 0 comments

When the user is currently running a foreground process in the shell, such as an SSH session or long-running Rust compilation, then I want the terminal to warn when sent a signal to close the window or quit the terminal application, like Terminal.app does.

Currently, rio only applies the simple true/false confirm-before-quit logic, when deciding about prompting before ending the window/application.

I never want to see a confirmation to end the program unless I have an ongoing foreground process.

mcandre avatar Apr 04 '25 23:04 mcandre