drowsysword / mintty

Automatically exported from code.google.com/p/mintty
0 stars 0 forks source link

In case processes are still running when trying to close a session, say which ones #448

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Clicking on the "X" in the window's title bar may result in:

---------------------------
mintty
---------------------------
Processes are running in session.
Close anyway?
---------------------------
OK   Cancel   
---------------------------

It would be nice to actually list as part of the message which processes these 
are.

Original issue reported on code.google.com by sschuberth on 14 Apr 2015 at 7:33

GoogleCodeExporter commented 8 years ago
Hmm, basically the shell, and everything started from it, which you are likely 
to see in the window. Isn't that sufficient? Other terminals don't provide such 
a list either, most don't even ask.

Original comment by towom...@googlemail.com on 6 May 2015 at 8:36

GoogleCodeExporter commented 8 years ago
In my case I did not see in the window which processes were running. I'm not 
sure how I managed to do that, probably I had accidentally put a process in the 
background. But as mintty already knows there are processes still running I 
thought it should be easy to get their names (or at least pids).

Original comment by sschuberth on 6 May 2015 at 8:46

GoogleCodeExporter commented 8 years ago
Answered on https://github.com/mintty/mintty/issues/448, please try the test 
version.

Original comment by towom...@googlemail.com on 14 Jul 2015 at 1:39