Shell.StripEscapeSequences Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
StripEscapeSequences
Gets or sets a value indicating whether to strip escape sequences from the incoming data.
Declaration
public bool StripEscapeSequences { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to strip escape sequences; false to leave them intact. |