Loading cccli/commands/console.py +2 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,8 @@ class Command_shell(TqlCommand): tun = self.rpc.create_tunnel(obj["output"], endpoint=FakeTtySocket()) try: signal.signal(signal.SIGWINCH, _cb_sig_resize) # set initial size of term _cb_sig_resize() tun.wait_shutdown() finally: # restore original signal Loading Loading
cccli/commands/console.py +2 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,8 @@ class Command_shell(TqlCommand): tun = self.rpc.create_tunnel(obj["output"], endpoint=FakeTtySocket()) try: signal.signal(signal.SIGWINCH, _cb_sig_resize) # set initial size of term _cb_sig_resize() tun.wait_shutdown() finally: # restore original signal Loading