Re: [Twisted-Python] TerminalSession instance has no attribute 'windowChanged'

2014-08-01 Thread Glyph Lefkowitz
On Aug 1, 2014, at 5:06 AM, exar...@twistedmatrix.com wrote: > On 10:17 am, gl...@twistedmatrix.com wrote: >> On Jul 31, 2014, at 3:03 AM, Maxim Lacrima wrote: >>> Hello! >>> >>> When size of terminal window of ssh client is changed, then twisted ssh >>> server throws an exception: >>> >>> ex

Re: [Twisted-Python] TerminalSession instance has no attribute 'windowChanged'

2014-08-01 Thread exarkun
On 10:17 am, gl...@twistedmatrix.com wrote: On Jul 31, 2014, at 3:03 AM, Maxim Lacrima wrote: Hello! When size of terminal window of ssh client is changed, then twisted ssh server throws an exception: exceptions.AttributeError: TerminalSession instance has no attribute 'windowChanged' `m

Re: [Twisted-Python] TerminalSession instance has no attribute 'windowChanged'

2014-08-01 Thread Glyph
On Jul 31, 2014, at 3:03 AM, Maxim Lacrima wrote: > Hello! > > When size of terminal window of ssh client is changed, then twisted ssh > server throws an exception: > > exceptions.AttributeError: TerminalSession instance has no attribute > 'windowChanged' > > `manhole_ssh.TerminalSession` do

[Twisted-Python] TerminalSession instance has no attribute 'windowChanged'

2014-07-31 Thread Maxim Lacrima
Hello! When size of terminal window of ssh client is changed, then twisted ssh server throws an exception: exceptions.AttributeError: TerminalSession instance has no attribute 'windowChanged' `manhole_ssh.TerminalSession` doesn't implement this method, but according to ISession interface it shou