ssdtrdhinesh / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

Handling of sessions that exit is impractical #382

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open three sessions
2. Activate the first one
3. Activate the second one
4. Execute a command that will run for some time and exit the session 
afterwards: "sleep 5 && exit"
5. Activate the third tab

What is the expected output? What do you see instead?
I expect that nothing happens when the tab from the background closes as I am 
working on the third tab. Instead, the first tab gets activated, what´s quite 
problematic if you were just about to hit enter for the third session.

What version of the product are you using? On what operating system?
1.4.0.4
Win 7, SP1

Original issue reported on code.google.com by larsen...@web.de on 28 Oct 2013 at 10:36