TerminalOptions.ForceNondestructiveBackspace Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
ForceNondestructiveBackspace
Gets or sets a value indicating whether to treat the incoming destructive backspace characters (7F) as non-destructive backspace (08).
Declaration
public bool ForceNondestructiveBackspace { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True to treat destructive backspace as non-destructive, false to allow destructive backspace. |