Part of twisted.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 RecvLine:
Method | initializeScreen | Undocumented |
Method | currentLineBuffer | Undocumented |
Method | setInsertMode | Undocumented |
Method | setTypeoverMode | Undocumented |
Method | drawInputLine | Write a line containing the current input prompt and the current line buffer at the current cursor position. |
Method | terminalSize | Undocumented |
Method | unhandledControlSequence | Undocumented |
Method | keystrokeReceived | Undocumented |
Method | characterReceived | Undocumented |
Method | handle_TAB | Undocumented |
Method | handle_LEFT | Undocumented |
Method | handle_RIGHT | Undocumented |
Method | handle_HOME | Undocumented |
Method | handle_END | Undocumented |
Method | handle_BACKSPACE | Undocumented |
Method | handle_DELETE | Undocumented |
Method | handle_INSERT | Undocumented |
Method | lineReceived | Undocumented |
Inherited from TerminalProtocol (via RecvLine):
Method | makeConnection | Undocumented |
Method | connectionLost | Undocumented |