vte-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.System.EnumGLib.GType(typeof(Vte.TerminalEraseBindingGType))Controls what string or control sequence the terminal sends to its child when the user presses the backspace or delete keys.FieldVte.TerminalEraseBindingSend an ASCII backspace character (0x08).FieldVte.TerminalEraseBindingSend an ASCII delete character (0x7F).FieldVte.TerminalEraseBindingFor backspace, attempt to determine the right value from the terminal's IO settings. For delete, use the control sequence.FieldVte.TerminalEraseBindingSend the "7" control sequence.