class documentation
class HistoricRecvLine(RecvLine): (source)
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 | connection |
Called after a connection has been established. |
Method | current |
Undocumented |
Method | handle_ |
Undocumented |
Method | handle_ |
Undocumented |
Method | handle_ |
Undocumented |
Instance Variable | history |
Undocumented |
Instance Variable | history |
Undocumented |
Instance Variable | line |
Undocumented |
Instance Variable | line |
Undocumented |
Method | _deliver |
Undocumented |
Inherited from RecvLine
:
Method | character |
Undocumented |
Method | current |
Undocumented |
Method | draw |
Write a line containing the current input prompt and the current line buffer at the current cursor position. |
Method | handle_ |
Undocumented |
Method | handle_ |
Undocumented |
Method | handle_ |
Undocumented |
Method | handle_ |
Undocumented |
Method | handle_ |
Undocumented |
Method | handle_ |
Undocumented |
Method | handle_ |
Undocumented |
Method | handle_ |
Undocumented |
Method | initialize |
Undocumented |
Method | keystroke |
A keystroke was received. |
Method | line |
Undocumented |
Method | set |
Undocumented |
Method | set |
Undocumented |
Method | terminal |
Called to indicate the size of the terminal. |
Method | unhandled |
Called when an unsupported control sequence is received. |
Constant | TABSTOP |
Undocumented |
Class Variable | pn |
Undocumented |
Class Variable | ps |
Undocumented |
Instance Variable | height |
Undocumented |
Instance Variable | key |
Undocumented |
Instance Variable | mode |
Undocumented |
Instance Variable | width |
Undocumented |
Class Variable | _log |
Undocumented |
Class Variable | _printable |
Undocumented |
Inherited from TerminalProtocol
(via RecvLine
):
Method | connection |
Called when the connection has been lost. |
Method | make |
Called with an ITerminalTransport when a connection is established. |
Instance Variable | terminal |
Undocumented |