On Tue, 25 Aug 2015, at 22:26, Brian Costlow wrote: > As to where it happens, look at > twisted.conch.recvline.RecvLine.connectionMade() and > twisted.conch.insults.insults.TerminalProtocol.makeConnection()
My subclass of Manhole first calls Manhole.connectionMade, which calls HistoricRecvLine.connectionMade, which calls RecvLine.connectionMade, which resets the screen exactly as you say. Then, after the screen has been reset, I print the message. But then the screen is cleared a second time! Peter. _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python