Controls what string or control sequence the terminal sends to its child when the user presses the backspace or delete keys.
Syntax
[GLib.GType(typeof(Vte.TerminalEraseBindingGType))]
public enum TerminalEraseBinding
Remarks
Members
| Member Name | Description |
|---|
| Auto | For backspace, attempt to determine the right value from the terminal's IO settings. For delete, use the control sequence. |
| AsciiBackspace | Send an ASCII backspace character (0x08). |
| AsciiDelete | Send an ASCII delete character (0x7F). |
| DeleteSequence | Send the "7" control sequence. |
Requirements
Namespace: Vte
Assembly: vte-sharp (in vte-sharp.dll)
Assembly Versions: 0.16.0.0