Added explict notification on CLI of individual session disconnects.

This commit is contained in:
Graeme Humphries 2012-12-10 15:10:05 -08:00
parent 61479f398e
commit 725ceb4a1a

View File

@ -178,6 +178,7 @@ class CruSSH:
for host in self.Terminals.keys():
if terminal == self.Terminals[host]:
self.LayoutTable.remove(self.Terminals[host])
print("Disconnected from " + host)
del self.Terminals[host]
self.reflow(force=True)