:right-sidebar: True EraseBinding =================================================================== .. currentmodule:: gi.repository.Vte .. class:: EraseBinding :no-contents-entry: An enumerated type which can be used to indicate which string the terminal should send to an application when the user presses the Delete or Backspace keys. Fields ------ .. rst-class:: interim-class .. class:: EraseBinding :no-index: .. attribute:: ASCII_BACKSPACE Send an ASCII backspace character (0x08). .. attribute:: ASCII_DELETE Send an ASCII delete character (0x7F). .. attribute:: AUTO For backspace, attempt to determine the right value from the terminal's IO settings. For delete, use the control sequence. .. attribute:: DELETE_SEQUENCE Send the "@``7``" control sequence. .. attribute:: TTY Send terminal's "erase" setting.