Enumeration (GI Enum)

Vte-3.91VteEraseBinding

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.

Index
ASCII_BACKSPACE: 1

Send an ASCII backspace character (0x08).

ASCII_DELETE: 2

Send an ASCII delete character (0x7F).

AUTO: 0

For backspace, attempt to determine the right value from the terminal's IO settings. For delete, use the control sequence.

DELETE_SEQUENCE: 3

Send the "@@7" control sequence.

TTY: 4

Send terminal's "erase" setting.

Variables

$gtype