Added explict notification on CLI of individual session disconnects.
This commit is contained in:
parent
61479f398e
commit
725ceb4a1a
@ -178,6 +178,7 @@ class CruSSH:
|
|||||||
for host in self.Terminals.keys():
|
for host in self.Terminals.keys():
|
||||||
if terminal == self.Terminals[host]:
|
if terminal == self.Terminals[host]:
|
||||||
self.LayoutTable.remove(self.Terminals[host])
|
self.LayoutTable.remove(self.Terminals[host])
|
||||||
|
print("Disconnected from " + host)
|
||||||
del self.Terminals[host]
|
del self.Terminals[host]
|
||||||
self.reflow(force=True)
|
self.reflow(force=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user