Added explict notification on CLI of individual session disconnects.
This commit is contained in:
parent
61479f398e
commit
725ceb4a1a
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue