TerminalOptions Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)
Terminal emulation options.
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public sealed class TerminalOptions : ICloneable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Terminal |
Initializes a new instance of Terminal |
Properties
Name | Description |
---|---|
Answerback | Gets or sets the Answerback message.
If set to null reference (Nothing in Visual Basic) the Terminal |
Auto |
Gets or sets the auto wrap mode value - defines the behavior of a character received when the cursor is at the last column. |
Backspace |
Gets or sets a Backspace key sequence for outgoing data. |
Backspace |
Gets or sets the backspace wrap mode value - defines the behavior of backspace when the cursor is at the first column. |
Blinking |
Gets or sets the blinking text appearance. |
Break |
Gets or sets which break sequence to use - defines the behavior of the Send |
Color |
Gets or sets the color scheme. |
Columns | Gets or sets the number of character columns. (Only applies to Ssh.StartScripting(TerminalOptions) and Ssh.StartVirtualTerminal(TerminalOptions) methods. |
Cursor |
Gets or sets an initial cursor key mode. |
Encoding | Gets or sets the character encoding for incoming and outgoing data. |
Force |
Gets or sets a value indicating whether to treat the incoming destructive backspace characters (7F) as non-destructive backspace (08). |
Function |
Gets or sets the behavior of function keys that include F1-F20, Insert, Delete, Home, End, Page Up and Page Down.
The Home |
Home |
Gets or sets the behavior of Home and End keys. When set to HomeEndKeysMode.Standard,
the actual behavior is determined by the Function |
Ignore |
Specifies whether to ignore cursor key mode change requests from the server. |
Ignore |
Gets or sets a value indicating whether to ignore incoming substitute characters (1A) or replace them with replaced by a question mark. |
Implicit |
Gets or sets a value indicating whether a CR character is implied in any received LF. |
Local |
Enables or disables local echo. |
New |
Gets or sets a new line sequence for outgoing data. |
Persist |
Specifies whether escape sequence of the Select Graphic Rendition also clears the color of the pen. |
Remote |
Gets or sets the remote command to execute (Only applies to Ssh.StartScripting(TerminalOptions) and Ssh.StartVirtualTerminal(TerminalOptions) methods. |
Rows | Gets or sets the number of character rows. (Only applies to Ssh.StartScripting(TerminalOptions) and Ssh.StartVirtualTerminal(TerminalOptions) methods. |
Select |
Gets or sets the appearance of the sequence: CSI 1 m. |
Telnet |
Specifies whether to escape CR character to CR NUL during send in Telnet. |
Terminal |
Gets or sets the terminal name. |
Terminal |
Gets or sets the terminal type. |
Wait |
Gets or sets a value that indicates whether Unbind() waits for channel close confirmation. |
Methods
Name | Description |
---|---|
Clone() | Creates a clone of the object. |
Get |
Gets the palette index of the specified custom scheme color. |
Set |
Sets the palette index to be used by the specified named scheme color.
This is only used for Custom (see Color |
Explicit Interface Implementations
Name | Description |
---|---|
ICloneable. |
Creates a clone of the object. |