twisted.conch.recvline.HistoricRecvLine(RecvLine)
class documentationtwisted.conch.recvline
View Source
(View In Hierarchy)
Known subclasses: twisted.conch.manhole.Manhole
TerminalProtocol
which adds both basic line-editing features and input history.
Everything supported by RecvLine
is
also supported by this class. In addition, the up and down arrows traverse
the input history. Each received line is automatically added to the end of
the input history.
Method | connectionMade | Called after a connection has been established. |
Method | currentHistoryBuffer | Undocumented |
Method | handle_UP | Undocumented |
Method | handle_DOWN | Undocumented |
Method | handle_RETURN | Undocumented |
Method | _deliverBuffer | Undocumented |
Inherited from TerminalProtocol (via RecvLine):
Method | makeConnection | Called with an ITerminalTransport
when a connection is established. |
Method | connectionLost | Called when the connection has been lost. |
Inherited from TerminalProtocol (via RecvLine):
Method | makeConnection | Called with an ITerminalTransport
when a connection is established. |
Method | connectionLost | Called when the connection has been lost. |
Called after a connection has been established.