SSHTerm Type
A container for SSH terminal settings.
Remarks
SSHTerm stores terminal settings of the SSH client.
Fields
Cols Integer |
Specifies the width of the pseudoterminal, in characters. |
Environment String |
Specifies the list of environment variables. |
EOLChar TBytes |
Specifies the End-of-Line character or sequence. |
Height Integer |
Specifies the height of the pseudoterminal, in pixels. |
Opcodes String |
Specifies the operation codes specific for the terminal. |
Protocol String |
The terminal protocol name. |
RequestPty Boolean |
Specifies whether to request a pseudoterminal for the session. |
Rows Integer |
Specifies the height of the pseudoterminal, in lines. |
Width Integer |
Specifies the width of the pseudoterminal, in pixels. |